A practical SAA-C03 glossary focused on the AWS terms and design distinctions candidates most often confuse under exam pressure.
Use this glossary when SAA-C03 questions feel wrong mostly because the AWS terms are too close to each other. The exam is full of options that are technically related but architecturally different.
RTO: Recovery Time Objective, the maximum acceptable time to restore service after a disruption.
RPO: Recovery Point Objective, the maximum acceptable amount of data loss measured in time.
SCP: Service control policy, the AWS Organizations guardrail that limits the maximum permissions accounts or OUs can use.
| Pair | What actually differs |
|---|---|
| Multi-AZ vs read replica | Multi-AZ protects availability. Read replicas primarily scale reads and can support DR patterns. |
| Pilot light vs warm standby | Pilot light keeps only the core pieces warm. Warm standby runs a smaller but already functional environment. |
| Gateway endpoint vs interface endpoint | Gateway endpoints are only for S3 and DynamoDB. Interface endpoints are broader and cost differently. |
| Security group vs network ACL | Security groups are stateful and usually the primary control. NACLs are stateless subnet-level filters. |
| CloudFront vs Global Accelerator | CloudFront is HTTP-focused edge caching and acceleration. Global Accelerator is static anycast entry for TCP or UDP style paths. |
| ALB vs NLB | ALB is Layer 7 and supports host or path routing. NLB is Layer 4 and fits high-throughput or static-IP style needs. |
| RDS Proxy vs read replica | RDS Proxy manages database connections. A read replica handles read scaling or some DR use cases. |
| SCP vs IAM policy | SCP defines the maximum allowed permissions for the account context. IAM policy grants or denies permissions to a principal within that boundary. |
| Spot vs Savings Plans | Spot is unused-capacity pricing with interruption risk. Savings Plans are commitment discounts for predictable usage. |
| SQS vs SNS vs EventBridge | SQS buffers work, SNS fans out notifications, and EventBridge routes events between producers and consumers. |
| Cognito vs IAM Identity Center | Cognito is for end-user application identity. IAM Identity Center is for workforce SSO into AWS accounts and supported apps. |
| CloudWatch vs CloudTrail vs Config | CloudWatch is metrics, logs, and alarms. CloudTrail is API activity history. Config records resource configuration state and compliance. |
| DataSync vs Storage Gateway | DataSync is managed transfer and sync. Storage Gateway presents hybrid storage interfaces tied to AWS storage backends. |
| Athena vs Glue vs EMR | Athena queries data in place, Glue transforms and catalogs it, and EMR is the heavier distributed-processing cluster answer. |
| AWS Backup vs snapshot | AWS Backup coordinates policy and retention across supported services. A snapshot is one service-level recovery artifact. |
| Intelligent-Tiering vs Standard-IA | Intelligent-Tiering adapts when access is uncertain. Standard-IA is better when you already know the access pattern has cooled. |
| EBS vs EFS vs FSx | EBS is block storage for one instance pattern, EFS is shared elastic file storage, and FSx is managed file-system families for specific workloads. |
| Direct Connect vs Site-to-Site VPN | Direct Connect is the more predictable private-link answer. Site-to-Site VPN is the faster encrypted-over-internet answer. |
| Backup and restore vs active-active | Backup and restore minimizes steady-state cost. Active-active maximizes continuity but costs and complexity rise sharply. |
When the terms still feel noisy, go back to the domain chapters and ask a simpler question: what problem is this service actually solving in the architecture?