Cheat Sheet

AWS Solutions Architect Associate (SAA-C03) Cheat Sheet

By The Exam Atlas Editorial Team · Verified 2026-05-29

A final-revision summary for SAA-C03. Study aid only — no notes in the proctored exam.

Well-Architected Framework — six pillars

Operational Excellence · Security · Reliability · Performance Efficiency · Cost Optimisation · Sustainability.

Core services by category

CategoryServices
ComputeEC2, Auto Scaling, Lambda, ECS/EKS, Fargate
StorageS3 (object), EBS (block), EFS (file), FSx
DatabaseRDS/Aurora (SQL), DynamoDB (NoSQL), ElastiCache, Redshift
NetworkingVPC, subnets, security groups, NACLs, Route 53, CloudFront, ELB
SecurityIAM, KMS, Secrets Manager, WAF, Shield
IntegrationSQS (queue), SNS (pub/sub), EventBridge

When to use which storage

NeedService
Object storage, web assets, backupsS3
Block storage for one EC2 instanceEBS
Shared file storage across instancesEFS
Archival, lowest costS3 Glacier

SQL vs NoSQL

UseService
Relational, complex queriesRDS / Aurora
Key-value, massive scale, low latencyDynamoDB
In-memory cachingElastiCache

Pricing models (EC2)

On-Demand (flexible) · Reserved / Savings Plans (commit, cheaper) · Spot (cheapest, interruptible).

FAQ

Can I bring a cheat sheet to the AWS SAA exam?
No. It is a proctored exam with no notes. Use this for final revision before exam day only.

Sources