
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 manages its own Amazon EC2 instances that run MySQL databases. The company is manually managing replication and scaling as demand increases or decreases. The company needs a new solution that simplifies the process of adding or removing compute capacity to or from its database tier as needed. The solution also must offer improved performance, scaling, and durability with minimal effort from operations.
Which solution meets these requirements?
A
Migrate the databases to Amazon Aurora Serverless for Aurora MySQL.
B
Migrate the databases to Amazon Aurora Serverless for Aurora PostgreSQL.
C
Combine the databases into one larger MySQL database. Run the larger database on larger EC2 instances.
D
Create an EC2 Auto Scaling group for the database tier. Migrate the existing databases to the new environment.
Explanation:
Correct Answer: A - Migrate the databases to Amazon Aurora Serverless for Aurora MySQL
Option B: While Aurora Serverless for PostgreSQL offers similar benefits, the company uses MySQL databases. Migrating to PostgreSQL would require application changes and database migration efforts, which contradicts the requirement for minimal effort.
Option C: Combining databases into one larger instance on EC2 still requires manual management of scaling, replication, and durability. It doesn't simplify the process or provide automatic scaling.
Option D: EC2 Auto Scaling groups can scale compute instances, but they don't automatically handle database replication, failover, or data durability. Database scaling on EC2 still requires manual intervention for replication setup, backup, and recovery.