SAA-C03 · Domain 2 · 26% of Exam
Study with Practice Tests →Domain 2 of the AWS SAA-C03 exam — the second largest domain at 26%. Covers loosely coupled architectures, serverless, containers, load balancing, auto scaling, high availability, and disaster recovery strategies.
| Task Statement | Focus | Key Services |
|---|---|---|
| 2.1 — Scalable & Loosely Coupled | Microservices, messaging, serverless, containers | SQS, SNS, EventBridge, Lambda, ECS, EKS, API Gateway, Step Functions |
| 2.2 — HA & Fault Tolerant | Multi-AZ, DR strategies, Route 53, Auto Scaling | ALB, NLB, GWLB, EC2 Auto Scaling, Route 53, RDS Multi-AZ, RDS Proxy |
SQS (queue-based decoupling), SNS (fan-out pub/sub), EventBridge (event-driven routing with rules), API Gateway (managed API front door). Understand when each pattern applies and how they combine.
Lambda — event triggers, execution limits (15 min), concurrency (1,000 default), provisioned concurrency for cold starts. Fargate — serverless containers. Step Functions — multi-step workflow orchestration.
ECS (EC2 launch type vs Fargate launch type), EKS (managed Kubernetes), ECR (container registry). Know ECS task definitions, service auto scaling, and when to choose EKS over ECS.
Multi-AZ vs Multi-Region deployments. ALB (Layer 7, path routing), NLB (Layer 4, ultra-low latency, static IP), GWLB (virtual appliances). EC2 Auto Scaling — target tracking, step, scheduled, predictive policies.
RPO and RTO definitions. 4 DR strategies: Backup & Restore → Pilot Light → Warm Standby → Active-Active. Cost increases as RTO/RPO decreases. Match business requirement to correct strategy.
7 routing policies: Simple, Weighted, Latency, Failover, Geolocation, Geoproximity, Multivalue. Failover routing requires a health check. Health checks: endpoint, calculated, CloudWatch alarm.
The exam heavily tests matching RPO/RTO requirements to the correct DR strategy. Know the cost ladder: Backup & Restore (cheapest, hours RTO) → Pilot Light → Warm Standby → Active-Active (most expensive, near-zero RTO/RPO).
ALB = HTTP/HTTPS, Layer 7, content-based routing, WAF integration. NLB = TCP/UDP, Layer 4, static IP, ultra-low latency, millions of RPS. GWLB = third-party virtual appliances (firewalls, IDS). Wrong layer = wrong answer.
SQS = decouple one producer from one (or competing) consumers, pull-based, durable. SNS = fan-out to multiple subscribers at once, push-based. EventBridge = event-driven routing with filtering rules, replaces CloudWatch Events.
Eight deep-dive concept cards covering every examinable topic in Domain 2. Study each section, then test yourself in the Quiz and Flashcards tabs.
maxReceiveCount retries. Use for debugging and isolating failed messages. Set a redrive policy on the source queue.awsvpc mode: each task gets its own ENI and IP address. Security groups applied at task level. EKS uses VPC CNI plugin.| Strategy | RPO | RTO | Cost | Description |
|---|---|---|---|---|
| Backup & Restore | Hours | Hours | $ | Backup to S3/Glacier; restore on disaster |
| Pilot Light | Minutes | Tens of minutes | $$ | Minimal core infra running in DR region |
| Warm Standby | Seconds | Minutes | $$$ | Scaled-down full env running continuously |
| Active-Active | ≈ 0 | ≈ 0 | $$$$ | Full production in multiple regions |
| Load Balancer | Layer | Protocol | Use Case |
|---|---|---|---|
| ALB | 7 (Application) | HTTP, HTTPS, gRPC | Microservices, containers, path/host routing, WAF |
| NLB | 4 (Network) | TCP, UDP, TLS | Ultra-low latency, static IP, millions RPS, PrivateLink |
| GWLB | 3 (Network) | GENEVE | Virtual appliances: firewalls, IDS/IPS, DPI |
| CLB | 4 & 7 | TCP, HTTP, HTTPS | Legacy only — use ALB or NLB for new deployments |
Six memorable hooks to lock in the hardest Domain 2 concepts. Each hook is designed to stick under exam pressure.
10 scenario-based questions modeled on SAA-C03 exam style. Select your answer and submit when done.
8 cards covering the most-tested Domain 2 concepts. Click a card to flip it and reveal the answer.
Click any card to flip · Click again to flip back
Personalized study guidance based on where you are in your SAA-C03 exam preparation.
Official and recommended resources for mastering SAA-C03 Domain 2.
Not affiliated with Amazon Web Services. AWS® is a registered trademark of Amazon.com, Inc.