SAA-C03 Cheatsheet
Solutions Architect Associate · Exam-day quick reference & mindset guide
Design for the customer. Always balance cost, resilience, performance, and security - pick the right tradeoff for the scenario given.
Operational Excellence · Security · Reliability · Performance Efficiency · Cost Optimization · Sustainability
"Highly available", "cost-effective", "least privilege", "serverless", "decoupled", "durable", "global" - each keyword eliminates wrong answers.
Two answers are almost always obviously wrong. Cross them out, then compare the remaining two on the scenario's key constraint.
AWS wants managed services. If you can replace EC2 + custom code with Lambda + SQS + RDS - do it.
Tight coupling = fragile. SQS, SNS, EventBridge, and Step Functions exist to break direct dependencies.
Use IAM roles (not users), tightest possible policy, never store credentials in code - always.
Spot = fault-tolerant batch. Reserved = steady-state. Savings Plans = flexible. On-demand = short/unpredictable. Keep traffic in-region.
Pick guide: relational → RDS/Aurora · key-value/scale → DynamoDB · cache → ElastiCache Redis · analytics → Redshift · MongoDB migration → DocumentDB