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

A company has a three-tier image-sharing application. It uses an Amazon EC2 instance for the front-end layer, another for the backend tier, and a third for the
MySQL database. A solutions architect has been tasked with designing a solution that is highly available, and requires the least amount of changes to the application
Which solution meets these requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it ensures high availability for both the front-end and backend through load balancing and Multi-AZ deployments, while making minimal changes to the application structure. The other options introduce significant changes, such as moving to serverless architectures or different database types, which do not align with the requirement for the least amount of modifications.