AWS Certified Solutions Architect – Associate (SAA-C03) — Question 81

A company is running a business-critical web application on Amazon EC2 instances behind an Application Load Balancer. The EC2 instances are in an Auto Scaling group. The application uses an Amazon Aurora PostgreSQL database that is deployed in a single Availability Zone. The company wants the application to be highly available with minimum downtime and minimum loss of data.
Which solution will meet these requirements with the LEAST operational effort?

Answer options

Correct answer: B

Explanation

The correct answer is B because configuring the Auto Scaling group to use multiple Availability Zones and enabling Multi-AZ for the database ensures high availability and minimizes downtime. Option A involves Cross-Region Replication, which adds complexity and operational effort. Option C, while it provides a backup solution, does not offer high availability. Option D introduces unnecessary complexity with multiple regions and S3, which is not the most efficient way to achieve high availability.