AWS Certified Database – Specialty — Question 34

An IT consulting company wants to reduce costs when operating its development environment databases. The company's workflow creates multiple Amazon
Aurora MySQL DB clusters for each development group. The Aurora DB clusters are only used for 8 hours a day. The DB clusters can then be deleted at the end of the development cycle, which lasts 2 weeks.
Which of the following provides the MOST cost-effective solution?

Answer options

Correct answer: D

Explanation

The correct answer is D because Aurora Serverless automatically adjusts capacity based on usage and can pause when not in use, thus minimizing costs. Options A and B involve maintaining multiple instances or stacks, which would incur higher costs without the ability to pause. Option C requires creating additional replicas, which also leads to increased expenses compared to the serverless approach.