You Can Pass This Exam For Free
Choose Your Study Path
You have AWS Cloud Practitioner or basic AWS experience. Need to learn architectural thinking.
Exam Overview
Format
65 questions, 130 minutes. Multiple choice (4 options, 1 correct) and multiple response (5–6 options, 2–3 correct).
Scoring
Scaled score 100–1000. Passing: 720. No penalty for wrong answers — always guess if unsure.
Domains & Weights
- Design Secure Architectures30%
- Design Resilient Architectures26%
- Design High-Performing Architectures24%
- Design Cost-Optimized Architectures20%
Registration
$150 USD. Available at Pearson VUE testing centers or online proctored from home.
Topic Priority Table
Not all topics are tested equally. Focus your study time on Tier 1 first, then Tier 2. Tier 3 topics rarely appear — just recognize what they do.
Design Secure Architectures
The largest domain at 30%. Tests your ability to design secure access, application tiers, and data protection strategies. Every architecture must be secure by default — expect security considerations woven into questions from other domains too.
Key Topics
Must-Know Concepts
- IAM policy evaluation: explicit Deny > explicit Allow > implicit Deny. Resource-based vs identity-based policies.
- Cross-account access patterns: IAM roles with trust policies, resource-based policies (S3, KMS, SNS)
- VPC security layers: Security Groups (instance), NACLs (subnet), WAF (application), Shield (DDoS)
- Encryption at rest: KMS CMK for control, SSE-S3 for simplicity, client-side for maximum control
- Encryption in transit: ACM for free TLS certs on ALB/CloudFront, HTTPS enforcement
- Least privilege principle: use IAM roles over users, scope permissions with conditions, use service-linked roles
- VPC endpoints: Gateway endpoints (S3, DynamoDB — free) vs Interface endpoints (other services — costs per hour + data)
- AWS Organizations SCPs: restrict maximum permissions for member accounts, applied to OUs
Common Exam Traps
Design Resilient Architectures
Tests your ability to design highly available, fault-tolerant systems that can withstand component failures. Key themes: multi-AZ deployments, auto-scaling, loose coupling, disaster recovery strategies, and data backup/replication.
Key Topics
Must-Know Concepts
- Multi-AZ vs Multi-Region: Multi-AZ for HA within a Region (automatic). Multi-Region for DR and global users (requires design).
- Auto Scaling policies: target tracking (simplest), step scaling (granular), scheduled (predictable patterns)
- DR strategies ordered by cost/RTO: Backup & Restore > Pilot Light > Warm Standby > Active-Active
- Loose coupling patterns: SQS between tiers, SNS for fan-out, EventBridge for event-driven
- Stateless design: store session state in ElastiCache/DynamoDB, not on the instance
- Database HA: RDS Multi-AZ (sync standby), Aurora (6 copies across 3 AZs), DynamoDB Global Tables (multi-Region)
- S3 durability (11 nines) vs availability (4 nines for Standard). Cross-Region Replication for DR.
Common Exam Traps
Design High-Performing Architectures
Tests your ability to select the right compute, storage, database, and networking services for performance requirements. Key themes: caching strategies, database selection, storage performance, content delivery, and auto-scaling for performance.
Key Topics
Must-Know Concepts
- Caching layers: CloudFront (edge), ElastiCache (application), DAX (DynamoDB), API Gateway caching
- EBS volume types: gp3 (general), io2 (high IOPS), st1 (throughput HDD), sc1 (cold HDD). Know IOPS limits.
- Database performance: Aurora (5x MySQL), DynamoDB (single-digit ms), ElastiCache Redis (<1ms), Redshift (analytics)
- EC2 placement groups: Cluster (low latency, same AZ), Spread (max HA, different racks), Partition (large distributed workloads)
- S3 performance: multi-part upload for large files, S3 Transfer Acceleration for global uploads, byte-range fetches for parallel downloads
- Read-heavy optimization: Read Replicas, ElastiCache, CloudFront, DAX — know when to use which
- Serverless scaling: Lambda auto-scales per request, API Gateway handles throttling, DynamoDB on-demand scales instantly
Common Exam Traps
Design Cost-Optimized Architectures
Tests your ability to design architectures that minimize cost while meeting requirements. Key themes: choosing the right pricing model, right-sizing resources, using serverless, storage tiering, and identifying waste.
Key Topics
Must-Know Concepts
- EC2 pricing: On-Demand > Reserved (Standard/Convertible) > Savings Plans > Spot. Know when to use each.
- S3 cost optimization: Lifecycle policies to transition data, Intelligent-Tiering for unknown patterns, delete incomplete multipart uploads
- Serverless cost advantages: Lambda, Fargate, DynamoDB on-demand, Aurora Serverless — zero cost when idle
- Right-sizing: use AWS Compute Optimizer recommendations, downsize overprovisioned instances
- Data transfer costs: same-AZ free, cross-AZ costs money, cross-Region costs more, internet egress most expensive
- Spot best practices: use for stateless, fault-tolerant workloads. Diversify instance types. Use Spot Fleet for availability.
- Reserved capacity: RDS Reserved Instances, ElastiCache Reserved Nodes, DynamoDB Reserved Capacity, Redshift Reserved Nodes
Common Exam Traps
Confusing AWS Services Compared
These pairs appear on nearly every exam. Learn the difference and you'll avoid the most common traps.
Top Mistakes to Avoid
Exam-Ready Checklist
Recommended Resources
Free & Official Resources
Paid Courses & Practice Exams
These are recommended if you prefer a structured learning path. They can save time but are not required to pass.