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

A company is running a critical business application on an Amazon EC2 instance. The EC2 instance is hosting an Apache web server and a MySQL database server. The application serves static content and dynamic content to end users. The application is experiencing severe availability issues because of heavy user demand. The company needs a solution that resolves the availability issues with the least operational effort and the least change to the application.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: C

Explanation

Migrating the MySQL database to Amazon Aurora Serverless allows the relational database to scale automatically with minimal application changes, whereas migrating to Amazon DynamoDB (a NoSQL database) would require a complete rewrite of the database layer. Offloading static content to Amazon S3 and using AWS Fargate with an Application Load Balancer reduces operational effort by eliminating EC2 server management while effectively handling heavy web traffic. Option B is incorrect because running a local MySQL database inside an Auto Scaling group would lead to data synchronization and consistency issues across multiple instances.