associate / SAA-C03

AWS Certified Solutions Architect - Associate Study Guide

Practice secure, resilient, high-performing, and cost-optimized architecture decisions using realistic AWS constraints.

Certification Overview

Exam code
SAA-C03
Target candidate
Individuals with at least 1 year of hands-on experience designing AWS cloud solutions.
Study scope
Eight to twelve focused weeks for a learner with basic AWS familiarity. Architecture tradeoffs matter more than memorized service definitions.
Completion status
Published and source-reviewed 2026-08-07

What This Exam Is Really Testing

  • Whether you can design secure access, network boundaries, and data protection before picking compute.
  • Whether you can translate availability, durability, latency, RPO, and RTO into an architecture.
  • Whether you can choose managed services that reduce operational work without missing constraints.
  • Whether you can compare cost, performance, and resilience tradeoffs under scenario pressure.

Who This Exam Is For

Individuals with at least 1 year of hands-on experience designing AWS cloud solutions. Best after core AWS service fluency and basic Well-Architected familiarity.

Exam Blueprint

SAA-C03 exam blueprint
DomainWeightStudy page
Design Secure Architectures30%Open Domain 1
Design Resilient Architectures26%Open Domain 2
Design High-Performing Architectures24%Open Domain 3
Design Cost-Optimized Architectures20%Open Domain 4

How to Use These Notes

For every service, ask what fails, what scales, what AWS manages, what you still configure, and what it costs when traffic changes.

Domains

Critical AWS Services

Do not study these as vocabulary words. For each service, know the workload fit, what AWS manages, what you still configure, security boundaries, scaling behavior, and cost signal.

Service Comparisons

Many AWS questions are not asking whether a service can solve the problem. They ask which service solves it with the right operational, security, availability, and cost tradeoff.

Exam Decision Patterns

Least operational overhead

Prefer managed and serverless services when they satisfy the requirement. Exceptions appear when the scenario needs host control, unsupported runtimes, specialized network behavior, or exact migration compatibility.

Highly available

Identify the failure boundary. One instance is not HA. Multiple instances in one AZ help capacity but not AZ failure. Multi-AZ handles regional AZ faults. Multi-Region handles regional events but adds complexity and cost.

Durable

Durability is about preserving data. Use replication, versioning, backups, point-in-time recovery, and tested restore plans. A durable backup does not guarantee a low RTO.

Decouple the application

Use SQS for buffering work, SNS for fanout, EventBridge for event routing, and Step Functions for visible workflow state. Add retries, DLQs, and idempotent consumers.

Least privilege

Prefer roles and temporary credentials, scope actions/resources/conditions, watch explicit denies, and remember that resource policies may also be required.

Most cost-effective

Read usage pattern, duration, access frequency, scaling behavior, data transfer, and operations. Cheapest unit price is not always lowest total cost.

Lowest latency

Move content or compute closer to users, cache aggressively, choose the right database access pattern, and avoid unnecessary cross-Region or NAT paths.

Private connectivity

Use private subnets, VPC endpoints, PrivateLink, VPN, Direct Connect, Transit Gateway, and tight DNS/routing design instead of public exposure.

Open the full decision-pattern guide

What AWS Wants You to Notice

Common Exam Traps

  • Confusing read replicas with high availability failover.
  • Selecting a public subnet because a workload needs internet egress.
  • Ignoring data-transfer cost in multi-Region or NAT-heavy designs.
  • Choosing a technically possible custom solution when a managed service directly matches the requirement.

Architecture Diagrams

Highly Available Web Application A web request reaches Route 53, CloudFront, an Application Load Balancer, application instances in two Availability Zones, and a Multi-AZ database. Highly Available Web Application InternetRoute 53CloudFrontALBEC2 Auto Scaling in AZ A and AZ BRDS Multi-AZ
A web request reaches Route 53, CloudFront, an Application Load Balancer, application instances in two Availability Zones, and a Multi-AZ database.
Serverless API A client calls API Gateway, Lambda validates and processes the request, DynamoDB stores state, and CloudWatch captures logs and metrics. Serverless API ClientAPI GatewayLambdaDynamoDBCloudWatch Logs
A client calls API Gateway, Lambda validates and processes the request, DynamoDB stores state, and CloudWatch captures logs and metrics.
Private Subnet Architecture Internet-facing load balancers stay public while application and database resources stay private with controlled egress and private AWS service access. Private Subnet Architecture Public ALB SubnetsPrivate App SubnetsPrivate DB SubnetsNAT GatewayVPC Endpoints
Internet-facing load balancers stay public while application and database resources stay private with controlled egress and private AWS service access.
Event-Driven Processing Events are routed to a queue, workers process messages asynchronously, and failed messages land in a dead-letter queue. Event-Driven Processing ProducerEventBridgeSQS QueueLambda WorkersDLQ
Events are routed to a queue, workers process messages asynchronously, and failed messages land in a dead-letter queue.

Hands-On Practice

These labs are optional. They do not provision anything from this website. Read the cost warning before creating AWS resources.

Mastery Checklist

Checklist state is saved locally in this browser and does not change Arcade readiness scoring.

Practice in AWS Arcade

Use the Arcade after studying a domain so explanations reinforce reasoning instead of becoming answer memorization.

Sources and Review Metadata

This independent training application is not affiliated with or endorsed by Amazon Web Services. AWS, Amazon Web Services, and AWS certification names are trademarks of Amazon.com, Inc. or its affiliates.