SAA-C03 Design Resilient Architectures Practice Question
This SAA-C03 practice question tests your understanding of design resilient architectures. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Auto Scaling group configuration:
- Desired capacity: 4
- VPC subnets: subnet-0a11 (us-east-1a) only
- Health check type: ELB
Application Load Balancer configuration:
- Enabled subnets: subnet-0a11 (us-east-1a), subnet-0b22 (us-east-1b)
Incident note:
- A planned test stopped all instances in us-east-1a and the application became unavailable.
Based on the exhibit, a web application must stay available if one Availability Zone fails. What is the best change to improve resilience?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "best"
Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Auto Scaling group configuration:
- Desired capacity: 4
- VPC subnets: subnet-0a11 (us-east-1a) only
- Health check type: ELB
Application Load Balancer configuration:
- Enabled subnets: subnet-0a11 (us-east-1a), subnet-0b22 (us-east-1b)
Incident note:
- A planned test stopped all instances in us-east-1a and the application became unavailable.
A
Increase the desired capacity to 8 instances in the same subnet.
Why wrong: More instances in one Availability Zone do not protect against the Zone itself failing. Capacity increases, but resilience does not.
B
Add a subnet in another Availability Zone to the Auto Scaling group and keep the ALB spanning both AZs.
This places application instances across multiple Availability Zones, which protects the stateless tier from a single-AZ failure. The ALB already spans two AZs, so the missing piece is the Auto Scaling group using subnets in more than one AZ. That allows AWS to replace unhealthy instances and continue serving traffic from the surviving Zone.
C
Replace the Application Load Balancer with a Network Load Balancer.
Why wrong: A different load balancer type does not fix the single-AZ compute placement problem. The application still has no surviving instances in another Zone.
D
Move the instances to a larger instance type with more CPU and memory.
Why wrong: Bigger instances can improve performance, but they do not add Availability Zone redundancy. A larger instance in one AZ is still a single point of failure.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Add a subnet in another Availability Zone to the Auto Scaling group and keep the ALB spanning both AZs.
Adding a subnet in another Availability Zone (AZ) to the Auto Scaling group and keeping the ALB spanning both AZs ensures that if one AZ fails, the ALB can route traffic to healthy instances in the other AZ. This is the standard pattern for building multi-AZ resilient architectures with Auto Scaling and ALB, as it eliminates the single point of failure at the AZ level.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Increase the desired capacity to 8 instances in the same subnet.
Why it's wrong here
More instances in one Availability Zone do not protect against the Zone itself failing. Capacity increases, but resilience does not.
✓
Add a subnet in another Availability Zone to the Auto Scaling group and keep the ALB spanning both AZs.
Why this is correct
This places application instances across multiple Availability Zones, which protects the stateless tier from a single-AZ failure. The ALB already spans two AZs, so the missing piece is the Auto Scaling group using subnets in more than one AZ. That allows AWS to replace unhealthy instances and continue serving traffic from the surviving Zone.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Replace the Application Load Balancer with a Network Load Balancer.
Why it's wrong here
A different load balancer type does not fix the single-AZ compute placement problem. The application still has no surviving instances in another Zone.
✗
Move the instances to a larger instance type with more CPU and memory.
Why it's wrong here
Bigger instances can improve performance, but they do not add Availability Zone redundancy. A larger instance in one AZ is still a single point of failure.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often think increasing instance count or size improves resilience, but without multi-AZ distribution, all instances remain vulnerable to a single AZ failure.
Detailed technical explanation
How to think about this question
Under the hood, an ALB is a regional service that can route traffic to targets in multiple AZs, but it requires the Auto Scaling group to launch instances in those AZs. When an AZ fails, the ALB's health checks automatically stop sending traffic to the impaired AZ's targets, and Auto Scaling replaces instances in the remaining healthy AZs if the group spans multiple AZs. In real-world scenarios, this pattern is critical for meeting SLAs that require 99.99% availability, as a single AZ failure can take down all instances in that AZ within minutes.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Design Resilient Architectures — This question tests Design Resilient Architectures — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Add a subnet in another Availability Zone to the Auto Scaling group and keep the ALB spanning both AZs. — Adding a subnet in another Availability Zone (AZ) to the Auto Scaling group and keeping the ALB spanning both AZs ensures that if one AZ fails, the ALB can route traffic to healthy instances in the other AZ. This is the standard pattern for building multi-AZ resilient architectures with Auto Scaling and ALB, as it eliminates the single point of failure at the AZ level.
What should I do if I get this SAA-C03 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.