AWSSAA-C03Solutions ArchitectCheat SheetCloud Certification

AWS SAA-C03 Cheat Sheet 2026: Services & Decision Rules

Preporato TeamJuly 10, 202611 min readSAA-C03
AWS SAA-C03 Cheat Sheet 2026: Services & Decision Rules

SAA-C03 rarely asks "what is service X." It asks "which service fits this requirement," which means the exam is a set of decision rules more than a set of facts. This cheat sheet organizes those rules by the choice the exam makes you make, for final-week review and as a checkpoint while you study. For depth on anything here, the domains breakdown and the topic guides carry it.

Exam Quick Facts

Duration
130 minutes
Cost
$150 USD
Questions
65 questions
Passing Score
720/1000
Valid For
3 years
Format: Pearson VUE / PSI or online proctored

The Four Trigger Words

Every scenario question optimizes for one thing, and a keyword in the stem tells you which domain lens to apply:

Stem says...Optimize forDomain
"most secure," "least privilege," "encrypted"Security30%
"highly available," "fault tolerant," "no downtime"Resilience26%
"high performance," "low latency," "scale"Performance24%
"cost-effective," "minimize cost," "cheapest"Cost20%

Read the stem for the trigger word first; it eliminates answers that solve a different problem well.

Preparing for SAA-C03? Practice with 390+ exam questions

Compute Selection

  • EC2: full control, long-running, predictable load. Reserved/Savings Plans for steady, Spot for interruptible, On-Demand for spiky.
  • Lambda: event-driven, short tasks, no server management, pay-per-invocation. The "cost-effective" answer for sporadic workloads.
  • ECS/EKS/Fargate: containers; Fargate when "no infrastructure to manage" is in the stem.
  • Auto Scaling + ELB: the default "make it resilient and elastic" pairing. ALB for HTTP/L7, NLB for TCP/UHP and static IP, GWLB for inline appliances.

Storage Decision Rules

Storage: pick by access pattern

NeedService / classKey rule
Object store, frequent accessS3 StandardDefault for web assets, data lakes
Unknown / changing accessS3 Intelligent-TieringAuto-moves tiers; the safe cost answer when access is unpredictable
Infrequent, needs fast retrievalS3 Standard-IA / One Zone-IAOne Zone = cheaper, no multi-AZ durability
Archive, minutes-to-hours retrievalS3 Glacier Flexible / Deep ArchiveCheapest; Deep Archive for rarely-touched compliance data
Block storage for one EC2EBS (gp3 default, io2 for high IOPS)Single-AZ; snapshot to S3 for durability
Shared file system, many EC2 (Linux)EFSMulti-AZ, elastic; NFS
Windows / high-perf fileFSxFSx for Windows or Lustre (HPC)

S3 durability is eleven nines; One Zone classes trade an AZ for lower cost. Lifecycle policies move objects between classes on a schedule. See the S3 storage classes guide.

Database Decision Rules

Databases: pick by shape

NeedServiceKey rule
Relational, managedRDSMulti-AZ for HA (sync standby), read replicas for read scaling
Relational, cloud-native, high throughputAurora5x MySQL throughput; up to 15 read replicas; Serverless v2 for variable load
Key-value / document, single-digit ms, massive scaleDynamoDBServerless; partition key design matters; DAX for microsecond reads; global tables for multi-Region
In-memory cacheElastiCacheRedis (persistence, pub/sub) vs Memcached (simple, sharded)
Data warehouse / analyticsRedshiftColumnar OLAP, not OLTP

The classic exam trap: Multi-AZ is for availability, read replicas are for scaling reads. They are not interchangeable, and a question that says "improve read performance" wants replicas while "survive an AZ failure" wants Multi-AZ. Details in the databases guide.

Master These Concepts with Practice

Our SAA-C03 practice bundle includes:

  • 6 full practice exams (390+ questions)
  • Detailed explanations for every answer
  • Domain-by-domain performance tracking

30-day money-back guarantee

Networking Quick Rules

  • Security group = stateful, instance-level, allow rules only. NACL = stateless, subnet-level, allow and deny.
  • NAT gateway = private subnets reach the internet outbound; Internet gateway = public subnet two-way.
  • VPC endpoints keep traffic to AWS services off the public internet: Gateway endpoints (S3, DynamoDB, free) vs Interface endpoints (PrivateLink, most others).
  • Route 53 policies: simple, weighted (A/B), latency (nearest Region), failover (HA), geolocation, geoproximity.
  • Cross-VPC: peering (non-transitive) vs Transit Gateway (hub-and-spoke at scale). See the VPC guide.

Security Quick Rules

  • IAM policy evaluation: explicit deny always wins; otherwise deny-by-default unless an allow matches.
  • Prefer roles over long-lived access keys; roles for EC2, cross-account, and federation.
  • KMS for managed keys and envelope encryption; enable encryption at rest (EBS, S3, RDS) and in transit (TLS).
  • WAF for L7 filtering, Shield for DDoS, GuardDuty for threat detection, Security Hub for posture aggregation.
  • Secrets go in Secrets Manager (rotation) or SSM Parameter Store, never in code or AMIs. See the IAM and security guide.

Resilience & Decoupling Quick Rules

  • SQS: queue, pull-based, decouples producers from consumers, buffers load spikes. Standard (at-least-once) vs FIFO (ordered, exactly-once).
  • SNS: pub/sub, push, fan-out to many subscribers. SNS + SQS fan-out is a canonical pattern.
  • EventBridge: event bus with routing rules, SaaS and AWS event sources, schema registry. The "route events by content to different targets" answer.
  • Multi-AZ survives an AZ failure; multi-Region survives a Region failure and cuts latency. DR spectrum: backup/restore < pilot light < warm standby < multi-site active/active (cost and RTO/RPO trade off). See HA and DR and decoupling.

Cost Quick Rules

  • Compute commitment: Savings Plans / Reserved for steady (up to ~72% off), Spot for interruptible (up to ~90% off), On-Demand for unpredictable.
  • S3 Intelligent-Tiering when access patterns are unknown; lifecycle to Glacier for archives.
  • NAT gateway has an hourly and per-GB cost; a common "reduce cost" answer is a Gateway VPC endpoint for S3/DynamoDB traffic.
  • Right-size with Compute Optimizer; find waste with Trusted Advisor and Cost Explorer. See the cost guide.

Final-Week Usage

Read the sheet top to bottom and mark any rule that produces hesitation, then take a timed practice exam and compare your misses against the marks. Two or three passes and the decision rules become reflex. Preporato's SAA-C03 practice exams supply the measurement half with 24 tests, explanations for every answer, and per-domain scoring.


Sources:

Last updated: July 10, 2026

Ready to Pass the SAA-C03 Exam?

Join thousands who passed with Preporato practice tests

Instant access30-day guaranteeUpdated monthly
SAA-C03
6 Practice Exams
Detailed Explanations
Performance Analytics
Get Full Access - $19.99Try Free Questions →