AWS Certified Database – Specialty — Question 20

A company is about to launch a new product, and test databases must be re-created from production data. The company runs its production databases on an
Amazon Aurora MySQL DB cluster. A Database Specialist needs to deploy a solution to create these test databases as quickly as possible with the least amount of administrative effort.
What should the Database Specialist do to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because database cloning allows for the rapid creation of test databases directly from the production environment with minimal administrative overhead. Options A and B involve more time-consuming processes like restoring snapshots and creating logical dumps, while option D does not create separate test databases and merely adds a read replica, which is not ideal for testing.