AWS Certified Solutions Architect – Professional (SAP-C02) — Question 472

A company's web application has reliability issues. The application serves customers globally. The application runs on a single Amazon EC2 instance and performs read-intensive operations on an Amazon RDS for MySQL database.

During high load, the application becomes unresponsive and requires a manual restart of the EC2 instance. A solutions architect must improve the application's reliability.

Which solution will meet this requirement with the LEAST development effort?

Answer options

Correct answer: B

Explanation

Option B is correct because placing EC2 instances in an Auto Scaling group behind an ELB provides high availability and automatic scaling to handle load spikes. Migrating to Amazon Aurora and using Aurora Replicas offloads read-heavy operations, resolving the database bottleneck with minimal code modification compared to refactoring the application for AWS Lambda (Option D). Options A and C are incorrect because RDS Multi-AZ standby instances are passive and cannot be used to serve read traffic.