← Back to all articles
AWSCloudCertificationSolutions Architect

AWS SAA-C03 Study Guide: How to Pass the Solutions Architect Associate Exam

10 February 2026·3 min read·By Jacob

Overview

The AWS Certified Solutions Architect – Associate (SAA-C03) is one of the most sought-after cloud certifications. It tests your ability to design resilient, cost-optimised, and well-architected solutions on AWS.

The exam has 65 questions (multiple choice and multiple response), a 130-minute time limit, and a passing score of 720/1000.

Exam Domains

DomainWeight
Design Secure Architectures30%
Design Resilient Architectures26%
Design High-Performing Architectures24%
Design Cost-Optimised Architectures20%

Key Services to Know

Compute

  • EC2: Instance types, purchasing options (On-Demand, Reserved, Spot, Savings Plans), Auto Scaling Groups, Launch Templates
  • Lambda: Serverless functions, triggers, concurrency limits, layers
  • ECS / EKS / Fargate: Container orchestration options and when to use each

Storage

  • S3: Storage classes, lifecycle policies, versioning, replication, encryption options
  • EBS: Volume types (gp3, io2, sc1), snapshots, encryption
  • EFS: Shared filesystem for multi-AZ workloads
  • FSx: High-performance file systems (Windows, Lustre, NetApp)

Databases

Relational  → RDS (MySQL, PostgreSQL, Oracle, SQL Server), Aurora
NoSQL       → DynamoDB (on-demand vs provisioned, DAX, Global Tables)
Caching     → ElastiCache (Redis vs Memcached)
Data Warehouse → Redshift

Networking

  • VPC: Subnets, route tables, Internet Gateway, NAT Gateway, VPC Peering, Transit Gateway
  • Security Groups vs NACLs: Stateful vs stateless, evaluation order
  • Route 53: Routing policies (Simple, Weighted, Latency, Failover, Geolocation)
  • CloudFront: CDN, origins, cache behaviours, signed URLs

Security

  • IAM: Users, roles, policies, permission boundaries, SCP in AWS Organizations
  • KMS: Customer-managed keys, key policies, envelope encryption
  • Secrets Manager vs Parameter Store: When to use each

Architecture Patterns

High Availability

Always spread across at least 2 Availability Zones. Use:

  • Multi-AZ RDS for database failover
  • ALB with Auto Scaling Groups for compute
  • S3 with cross-region replication for critical data

Well-Architected Framework Pillars

  1. Operational Excellence: Automate everything, learn from failures
  2. Security: Defence in depth, least privilege
  3. Reliability: Recover from failures, scale horizontally
  4. Performance Efficiency: Use the right resource types and sizes
  5. Cost Optimisation: Avoid waste, use managed services
  6. Sustainability: Minimise environmental impact

Common Exam Traps

  • NAT Gateway vs NAT Instance: Gateway is managed, preferred for HA
  • S3 Transfer Acceleration vs CloudFront: TA for uploads, CF for downloads
  • Multi-AZ vs Read Replicas: Multi-AZ for HA/failover, Read Replicas for read scaling
  • SQS Standard vs FIFO: FIFO for ordered/exactly-once, Standard for throughput

Study Plan (6 Weeks)

WeekFocus
1IAM, EC2, VPC fundamentals
2S3, Storage services, Databases
3Networking deep dive, Route 53, CloudFront
4Serverless (Lambda, API Gateway, DynamoDB)
5High availability patterns, disaster recovery
6Practice exams, review weak areas

Practice Exam Strategy

  • Read all answer options before choosing
  • Eliminate obviously wrong answers first
  • Look for keywords: "most cost-effective", "least operational overhead", "highly available"
  • Flag difficult questions and return to them

Use our SAA-C03 practice sets to test your knowledge with realistic exam-style questions. Aim for 80%+ consistently before booking your real exam.

Good luck! ☁️

Ready to test your knowledge?

AWS SAA-C03 Practice Exams

Put what you've learned to the test with practice questions that mirror the real exam.

Start Practising →