AWS Certified Database – Specialty — Question 224

A financial services company is running a MySQL database on premises. The database holds details about all customer interactions and the financial advice that the company provided. The write traffic to the database is well known and consistent. However, the read traffic is subject to significant and sudden increases for end-of-month reporting. The database is becoming overloaded during these periods of heavy read activity.

The company decides to move the database to AWS. A database specialist needs to propose a solution in the AWS Cloud that will scale to meet the variable read traffic requirements without affecting the performance of write traffic. Scaling events must not require any downtime.

What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because Amazon Aurora with Auto Scaling allows for seamless scaling of read replicas based on CPU utilization, effectively managing sudden spikes in read traffic without affecting write operations. Options A and C involve more complex setups and manual scaling processes, which may lead to potential downtime, while option D does not utilize MySQL as required in the scenario.