
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has a multi-tier application that runs six front-end web servers in an Amazon EC2 Auto Scaling group in a single Availability Zone behind an Application Load Balancer (ALB). A solutions architect needs to modify the infrastructure to be highly available without modifying the application.
Which architecture should the solutions architect choose that provides high availability?
A
Create an Auto Scaling group that uses three instances across each of two Regions.
B
Modify the Auto Scaling group to use three instances across each of two Availability Zones.
C
Create an Auto Scaling template that can be used to quickly create more instances in another Region.
D
Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier.
Explanation:
Correct Answer: B
Why Option B is correct:
Why other options are incorrect:
A. Create an Auto Scaling group that uses three instances across each of two Regions.
C. Create an Auto Scaling template that can be used to quickly create more instances in another Region.
D. Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier.
Key AWS Concepts:
Best Practice: For high availability, always distribute resources across at least two Availability Zones within a Region to protect against AZ-level failures.