AWS Certified Solutions Architect Associate (SAA-C03): Complete Exam Guide

Definition

The AWS Certified Solutions Architect Associate (SAA-C03) is the most popular AWS certification and the most widely held cloud certification in the world. It validates your ability to design secure, resilient, high-performing, and cost-optimized architectures on AWS. The exam code SAA-C03 launched in August 2022, replacing SAA-C02.

This certification targets cloud architects, solutions engineers, and developers with approximately one year of hands-on AWS experience. It is the certification most frequently requested by employers for cloud roles and serves as the gateway to the Solutions Architect Professional (SAP-C02) exam.

How It Works

Schedule through AWS Certification and take the exam at a Pearson VUE testing center or via online proctoring. The exam is 130 minutes, contains 65 questions (50 scored + 15 unscored), and costs $150 USD. The passing score is approximately 720 out of 1000 (AWS does not publish the exact cutoff but it is widely reported in this range).

Questions are scenario-based: you are presented with a business problem and asked to choose the best AWS architecture. Question types include multiple-choice (1 correct out of 4) and multiple-response (2–3 correct out of 5–6). Many questions test trade-offs — for example, choosing between the most cost-effective solution and the most resilient one.

AWS recommends 1 year of hands-on experience designing available, cost-efficient, fault-tolerant, and scalable systems on AWS.

The 4 Exam Domains

Domain 1: Design Secure Architectures (30%)

The largest domain. Design secure access to AWS resources using IAM (users, roles, policies, federation, cross-account access). Secure application tiers: VPC design (public/private subnets, NACLs, security groups, VPC endpoints), encryption at rest (KMS, S3 SSE, EBS encryption, RDS encryption) and in transit (ACM, TLS). Protect against threats: WAF, Shield, GuardDuty, Inspector, Macie. Implement least privilege, defense in depth, and centralized security management with AWS Organizations and SCPs.

Domain 2: Design Resilient Architectures (26%)

Design Multi-AZ and Multi-Region architectures. Choose between RDS Multi-AZ (HA) and Read Replicas (read scaling). Use Aurora for higher availability. Implement Auto Scaling with ELB (ALB, NLB). Decouple architectures with SQS, SNS, and EventBridge. Design disaster recovery strategies (Backup & Restore, Pilot Light, Warm Standby, Active/Active). Understand RTO/RPO. Use S3 Cross-Region Replication, Aurora Global Database, and DynamoDB Global Tables for multi-Region data.

Domain 3: Design High-Performing Architectures (24%)

Select the right compute: EC2 instance types and families, Lambda for event-driven, ECS/Fargate for containers. Optimize storage: EBS volume types (gp3, io2, st1, sc1), S3 storage classes, S3 Transfer Acceleration, EFS performance modes. Choose the right database: RDS vs Aurora vs DynamoDB vs Redshift vs ElastiCache vs DAX. Network performance: CloudFront, Global Accelerator, placement groups, enhanced networking. Caching strategies at every tier.

Domain 4: Design Cost-Optimized Architectures (20%)

Choose the right pricing model: On-Demand, Reserved Instances, Savings Plans, Spot Instances. Right-size instances using Cost Explorer and Compute Optimizer. Optimize storage costs with S3 lifecycle policies, Intelligent-Tiering, and Glacier. Minimize data transfer costs. Use serverless (Lambda, Fargate, DynamoDB on-demand) to avoid idle capacity. Understand consolidated billing and cost allocation tags.

Key Features and Limits

  • Exam code: SAA-C03
  • Level: Associate
  • Duration: 130 minutes
  • Questions: 65 (50 scored, 15 unscored)
  • Cost: $150 USD
  • Passing score: ~720/1000
  • Validity: 3 years
  • Prerequisites: none enforced (1 year hands-on recommended)
  • Languages: English, Japanese, Korean, Simplified Chinese, and others
  • Benefits upon passing: digital badge, 50% discount voucher, free practice exam, recertifies Cloud Practitioner

Exam Format & Cost

  • Format: 65 scenario-based questions (multiple-choice and multiple-response), 130 minutes.
  • Cost: $150 USD. Practice exam: $20 (or free with a prior cert pass).
  • Scoring: scaled 100–1000, passing at ~720. Domain scores are reported for targeted improvement.
  • Retake policy: 14-day waiting period.
  • Key study resources: AWS Skill Builder (Architecting on AWS course), Stephane Maarek's SAA course on Udemy, Adrian Cantrill's course, Tutorials Dojo practice exams, AWS whitepapers (Well-Architected Framework, disaster recovery, security best practices).

Compared to Other AWS Certifications

| | SAA-C03 (Solutions Architect Associate) | SAP-C02 (Solutions Architect Professional) | DVA-C02 (Developer Associate) | | --- | --- | --- | --- | | Level | Associate | Professional | Associate | | Duration | 130 min | 180 min | 130 min | | Questions | 65 | 75 | 65 | | Cost | $150 | $300 | $150 | | Focus | Architecture design (breadth) | Complex multi-account, multi-Region architecture (depth) | Application development, CI/CD, debugging | | Difficulty | Moderate | Hard | Moderate | | Common next step | SAP-C02 or Specialty | N/A (top of path) | DOP-C02 |

SAA-C03 is the broadest Associate exam — it touches compute, storage, databases, networking, security, cost, and resilience. DVA-C02 goes deeper on development tools (CodeCommit, CodeBuild, CodeDeploy, CodePipeline, X-Ray, DynamoDB advanced features).

Exam Relevance

This article is the exam guide. Critical topics by frequency on the exam:

  1. S3 — storage classes, lifecycle policies, versioning, replication, encryption, pre-signed URLs, static website hosting. S3 appears in nearly every exam.
  2. EC2 + Auto Scaling + ELB — instance types, placement groups, ALB vs NLB, target groups, health checks, scaling policies.
  3. VPC — subnets, route tables, NAT Gateway, Internet Gateway, VPC endpoints (Gateway vs Interface), security groups vs NACLs, VPC peering, Transit Gateway.
  4. RDS + Aurora + DynamoDB — Multi-AZ vs Read Replicas, Aurora Global Database, DynamoDB partition keys, DAX, Global Tables.
  5. IAM — roles, policies, cross-account access, federation (SAML, Cognito), service-linked roles.
  6. SQS + SNS + EventBridge — decoupling patterns, FIFO vs Standard, dead-letter queues, fan-out.
  7. Pricing models — Savings Plans, Reserved Instances, Spot Instances, On-Demand.
  8. DR strategies — Backup & Restore, Pilot Light, Warm Standby, Active/Active with RTO/RPO.

Exam trap: always read all answer choices. Many questions have two plausible answers — one is "correct" and one is "most correct" given the scenario constraints (e.g., cost-optimized vs highest availability).

Frequently Asked Questions

Q: How hard is the SAA-C03 exam compared to the Cloud Practitioner?

A: Significantly harder. CLF-C02 tests recognition ("what does this service do?"), while SAA-C03 tests design judgment ("which combination of services best solves this problem?"). Questions are scenario-based, often with two plausible answers that differ on a trade-off (cost vs performance, availability vs complexity). Most candidates need 1–3 months of dedicated study with hands-on labs. A passing score of ~720 means you can miss roughly 15–18 scored questions out of 50.

Q: What are the most important topics to study for SAA-C03?

A: Prioritize S3 (appears in nearly every exam), VPC networking (subnets, NAT, endpoints, security groups), EC2 + Auto Scaling + ELB, database selection (RDS Multi-AZ vs Aurora vs DynamoDB), IAM (roles, policies, cross-account), decoupling with SQS/SNS, and cost optimization (Savings Plans, Spot, lifecycle policies). Read the AWS Well-Architected Framework whitepaper and the disaster recovery whitepaper. Take at least 3 full-length practice exams.

Q: Does passing SAA-C03 recertify my Cloud Practitioner?

A: Yes. Passing any Associate, Professional, or Specialty exam automatically recertifies all lower-level certifications in your account. So passing SAA-C03 resets your Cloud Practitioner validity to 3 years from the SAA-C03 pass date. This is one reason many people recommend skipping CLF-C02 and going straight to SAA-C03 if you have hands-on experience.


This article reflects AWS certification details as of 2026. Exam codes, pricing, and domain weights change — always verify against the official SAA-C03 exam guide before registering.

Published: 4/17/2026 / Updated: 4/27/2026

This article is for informational purposes only. AWS services, pricing, and features change frequently — always verify details against the official AWS documentation before making production decisions.

More in Certifications