
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has a web application with sporadic usage patterns. There is heavy usage at the beginning of each month, moderate usage at the start of each week, and unpredictable usage during the week. The application consists of a web server and a MySQL database server running inside the data center. The company would like to move the application to the AWS Cloud, and needs to select a cost-effective database platform that will not require database modifications.
Which solution will meet these requirements?
A
Amazon DynamoDB
B
Amazon RDS for MySQL
C
MySQL-compatible Amazon Aurora Serverless
D
MySQL deployed on Amazon EC2 in an Auto Scaling group
Explanation:
MySQL-compatible Amazon Aurora Serverless (Option C) is the correct solution for the following reasons:
Automatic Scaling:
Cost Optimization:
MySQL Compatibility:
Managed Service Benefits:
A. Amazon DynamoDB:
B. Amazon RDS for MySQL:
D. MySQL on EC2 with Auto Scaling:
Conclusion: Aurora Serverless provides the perfect balance of MySQL compatibility, automatic scaling for sporadic workloads, and cost optimization by only charging for actual usage.