AWS Certified Solutions Architect – Associate (SAA-C02) — Question 469

A company designed a stateless two-tier application that uses Amazon EC2 in a single Availability Zone and an Amazon RDS Multi-AZ DB instance. New company management wants to ensure the application is highly available.
What should a solutions architect do to meet this requirement?

Answer options

Correct answer: A

Explanation

To make the stateless web tier highly available, the Amazon EC2 instances must be distributed across multiple Availability Zones using an Auto Scaling group, with traffic managed by an Application Load Balancer. Option B is a disaster recovery backup strategy rather than a high availability solution. Options C and D are incorrect because Route 53 routing cannot resolve the single Availability Zone vulnerability of the underlying EC2 instances without a multi-AZ compute setup.