
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 financial services company launched a new application that uses an Amazon RDS for MySQL database. The company uses the application to track stock market trends. The company needs to operate the application for only 2 hours at the end of each week. The company needs to optimize the cost of running the database.
Which solution will meet these requirements MOST cost-effectively?
A
Migrate the existing RDS for MySQL database to an Aurora Serverless v2 MySQL database cluster.
B
Migrate the existing RDS for MySQL database to an Aurora MySQL database cluster.
C
Migrate the existing RDS for MySQL database to an Amazon EC2 instance that runs MySQL. Purchase an instance reservation for the EC2 instance.
D
Migrate the existing RDS for MySQL database to an Amazon Elastic Container Service (Amazon ECS) cluster that uses MySQL container images to run tasks.
Explanation:
Correct Answer: A - Migrate the existing RDS for MySQL database to an Aurora Serverless v2 MySQL database cluster.
Option B - Aurora MySQL database cluster:
Option C - EC2 instance with MySQL and instance reservation:
Option D - ECS cluster with MySQL containers:
For a database that's only needed 2 hours per week (approximately 104 hours per year), Aurora Serverless v2 provides the most cost-effective solution by eliminating idle compute costs.