
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 runs an application on AWS. The application receives inconsistent amounts of usage. The application uses AWS Direct Connect to connect to an on-premises MySQL-compatible database. The on-premises database consistently uses a minimum of 2 GiB of memory.
The company wants to migrate the on-premises database to a managed AWS service. The company wants to use auto scaling capabilities to manage unexpected workload increases.
Which solution will meet these requirements with the LEAST administrative overhead?
A
Provision an Amazon DynamoDB database with default read and write capacity settings.
B
Provision an Amazon Aurora database with a minimum capacity of 1 Aurora capacity unit (ACU).
C
Provision an Amazon Aurora Serverless v2 database with a minimum capacity of 1 Aurora capacity unit (ACU).
D
Provision an Amazon RDS for MySQL database with 2 GiB of memory.
Explanation:
Correct Answer: C - Provision an Amazon Aurora Serverless v2 database with a minimum capacity of 1 Aurora capacity unit (ACU).
Why this is correct:
Auto-scaling capabilities: Aurora Serverless v2 automatically scales database capacity up and down based on actual workload demands. It can scale in fine-grained increments to handle unexpected workload increases without manual intervention.
MySQL-compatible: Aurora is fully MySQL-compatible, meeting the requirement for migrating from an on-premises MySQL database.
Minimum capacity setting: Setting a minimum of 1 ACU ensures the database can handle the baseline workload while being cost-effective.
Least administrative overhead: Aurora Serverless v2 is a fully managed service that automatically handles scaling, patching, backups, and failover, requiring minimal administrative effort.
Why other options are incorrect:
A. Amazon DynamoDB:
B. Standard Amazon Aurora:
D. Amazon RDS for MySQL:
Key AWS Services Comparison:
Additional Considerations: