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

A company is hosting a three-tier web application in an on-premises environment. Due to a recent surge in traffic that resulted in downtime and a significant financial impact, company management has ordered that the application be moved to AWS. The application is written in .NET and has a dependency on a MySQL database. A solutions architect must design a scalable and highly available solution to meet the demand of 200,000 daily users.
Which steps should the solutions architect take to design an appropriate solution?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because it effectively utilizes an Application Load Balancer and a Multi-AZ Amazon Aurora MySQL DB cluster, ensuring high availability and scalability across multiple Availability Zones, which is crucial for handling significant user demand. Options A, C, and D do not meet the same level of scalability and availability or use the most appropriate database solution for this scenario.