Home › Certifications › AWS Solutions Architect — Associate
250 multiple-choice questions, 200 flashcards and 12 scenario simulations, written to the AWS SAA-C03 Exam Guide blueprint. Every question carries a full rationale.
Study AWS Solutions Architect — Associate in CoStudy →
AWS SAA-C03 Exam Guide — 4 published domains: Design Secure Architectures, Design Resilient Architectures, Design High-Performing Architectures, Design Cost-Optimized Architectures
CoStudy's AWS Solutions Architect — Associate bank holds 462 items. Every multiple-choice question carries a written rationale explaining why the correct answer is correct and why each distractor is tempting but wrong, and the bank includes 12 scenario-based simulations.
A sample of 24 multiple-choice questions from the bank, with the full rationale shown.
What is the impact of denying iam:PassRole on a role?
Answer: A — Callers cannot hand that role to EC2/Lambda/other
A) Correct — PassRole controls who can attach a role to a resource. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
A backup strategy is expensive. Cheapest lever:
Answer: A — AWS Backup lifecycle to Cold Storage after
A) Correct — AWS Backup + cold tier gives cheap long retention. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
A worker fleet on Spot needs graceful drain. Handle:
Answer: A — Two-minute interruption notice via IMDS and drain
A) Correct — Spot interruption handler triggers ASG lifecycle hook. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
What does an IAM permissions boundary do for a delegated admin?
Answer: C — Caps the maximum permissions any role they create can
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — boundaries are the intersection of granted and boundary policies. D) direction reversal of the correct principle.
AWS PrivateLink lets you:
Answer: C — Consume services across VPCs/accounts via interface endpoints
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — PrivateLink avoids public IPs for consumer-to-provider access. D) direction reversal of the correct principle.
Backup and restore DR requires which minimum AWS controls?
Answer: C — Regular AWS Backup jobs plus tested cross-region restore
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — backup only works if restore is tested. D) direction reversal of the correct principle.
Unknown access pattern; cheapest general S3 tier:
Answer: C — S3 Intelligent-Tiering auto-moves between tiers
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — Intelligent-Tiering trades a small monitoring fee for automation. D) direction reversal of the correct principle.
A workload wants free ingress. Which AWS service ingress is FREE?
Answer: C — Data-in to AWS from the internet on most services
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — AWS-inbound internet ingress is generally free. D) direction reversal of the correct principle.
Shield Advanced protects which of the following endpoint types?
Answer: C — ELB, CloudFront, Route 53, Global Accelerator, and EIPs
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — Advanced adds cost protection and DDoS response team. D) direction reversal of the correct principle.
A workload's data lake ingest uses many small files. Cost impact:
Answer: A — Higher S3 request cost and slower analytics scans
A) Correct — small files hurt both cost and Athena scan time. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
Why is IMDSv2 preferred over IMDSv1 on EC2 instances?
Answer: C — It requires a session token that blocks SSRF token theft
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — IMDSv2 is session-oriented and defeats simple SSRF fetches. D) direction reversal of the correct principle.
A dev/test environment runs 24/7 today. Cut cost by:
Answer: A — Instance Scheduler shutting non-prod off
A) Correct — off-hours shutdown is standard 60-70% dev savings. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
AWS Inspector's core capability is:
Answer: C — Continuous vulnerability scanning of EC2/ECR/Lambda
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — Inspector automates CVE and network-exposure findings. D) direction reversal of the correct principle.
Least-privilege connectivity from private subnets to AWS APIs uses:
Answer: C — Interface VPC endpoints for the specific AWS services
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — interface endpoints avoid internet exposure entirely. D) direction reversal of the correct principle.
A workload's Elastic Beanstalk env is bigger than needed. Cheapest fix:
Answer: C — Right-size instance types and enable dev-hour scheduling
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — rightsizing + scheduling is a 30-60% saver. D) direction reversal of the correct principle.
An S3 bucket policy is a:
Answer: A — Resource-based policy attached to the bucket itself
A) Correct — resource policies can grant cross-account and enforce HTTPS. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
Enforce that S3 uploads must use a specific KMS key. Use:
Answer: C — Bucket policy Deny when the required KMS key ID mismatches
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — policy condition keys enforce the intended CMK on PUT. D) direction reversal of the correct principle.
A workload's read replicas fall behind during a spike. Best NEXT step:
Answer: C — Add replica capacity or move to Aurora with faster
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — async lag under load is a signal to scale or move to Aurora. D) direction reversal of the correct principle.
An S3 GET P99 spike shows same prefix hot. Fix:
Answer: A — Randomize object key prefixes to spread partition
A) Correct — S3 partitions by key prefix internally. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
DynamoDB Global Tables replicate writes:
Answer: C — Multi-region multi-active with last-writer-wins conflict rule
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — Global Tables are multi-region active-active. D) direction reversal of the correct principle.
A read-heavy tenant hits DynamoDB RCU limits. Cheapest scale:
Answer: A — DAX in front for hot-key caching at microsecond
A) Correct — DAX reduces RCU calls for hot reads. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
An analytics job scans TBs from S3 nightly. Store data as:
Answer: C — Parquet compressed with Snappy and partitioned by query-relevant columns (e.g., date)
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — Parquet + partitioning cuts scan cost and time. D) direction reversal of the correct principle.
A stateless container fleet on ECS Fargate becomes HA by:
Answer: C — Two subnets in different AZs plus service replica >= 2
A) true-but-irrelevant to this scenario. B) right-concept but wrong-scenario. C) Correct — ECS service maintains desired count across AZs. D) direction reversal of the correct principle.
A workload's SG must limit egress to only the SaaS partner IP. Configure:
Answer: A — Egress rule restricted to the partner IP/CIDR and TLS port
A) Correct — SG egress by CIDR is the least-privilege outbound control. B) true-but-irrelevant to this scenario. C) right-concept but wrong-scenario. D) direction reversal of the correct principle.
6 sample cards from the 200 in the bank.
What is Amazon Pinpoint?
Multichannel customer engagement (email, SMS, push, voice). Built on SES/SNS. Used for marketing campaigns, transactional notifications, A/B testing.
How do you encrypt data in transit between services?
Use TLS endpoints (most AWS APIs require TLS 1.2+), enforce HTTPS via bucket policies, ALB redirect HTTP→HTTPS, RDS SSL, ElastiCache encryption-in-transit.
How would you analyze and correlate metrics + logs + traces?
CloudWatch (metrics/logs) + X-Ray (tracing) + Container Insights / Lambda Insights for managed services. Application Signals for service-level performance.
How do you architect a globally low-latency, eventually consistent app?
CloudFront + Lambda@Edge + DynamoDB Global Tables (multi-region, multi-active) + S3 with CRR. Route 53 latency-based routing for APIs/origins.
What is the AWS Pricing Calculator?
Estimates monthly costs of an AWS architecture. Useful for sizing changes, RFP responses, and TCO comparisons.
How can you reduce data egress cost using CloudFront?
Egress through CloudFront is free between AWS and CloudFront and discounted to viewers. Caching also reduces origin requests. Major saver for static heavy sites.
These samples are a small slice. The full bank runs flashcards, multiple choice and timed mock exams with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Solutions Architect — Associate →
The AWS Solutions Architect — Associate bank holds 462 items: 250 multiple-choice questions, 200 flashcards and 12 scenario-based simulations. 30 of them are on this page to read free, with no signup.
Yes. Every multiple-choice item carries a written rationale that states the controlling principle behind the correct answer and then addresses each wrong option in turn — why it tempts and precisely where it fails. Knowing why the plausible answer was wrong is worth more than knowing which letter was right.
AWS SAA-C03 Exam Guide — 4 published domains: Design Secure Architectures, Design Resilient Architectures, Design High-Performing Architectures, Design Cost-Optimized Architectures
The samples on this page are free to read in full, rationales included, with no account. The complete 462-item bank, the timed mock exams and per-chapter progress tracking are part of CoStudy on the web and in the iOS app.
Last reviewed 2026-08-22. Banks are written against the certifying body's published exam outline and re-checked when that outline changes — exams get renumbered, retired and reweighted, and a bank written to a superseded outline teaches the wrong proportions. Figures that are re-indexed annually are deliberately not asserted as rules; the questions test the governing principle instead.
This bank is written against AWS's published exam material. Check the AWS Certification exam guides for the current outline, fees and eligibility rules — those change, and the certifying body is the only authority on them. CoStudy is not affiliated with AWS.