AWS Certified Database – Specialty — Question 80

A company has a 20 TB production Amazon Aurora DB cluster. The company runs a large batch job overnight to load data into the Aurora DB cluster. To ensure the company's development team has the most up-to-date data for testing, a copy of the DB cluster must be available in the shortest possible time after the batch job completes.
How should this be accomplished?

Answer options

Correct answer: C

Explanation

The correct answer is C, as creating a clone of the DB cluster immediately after the batch job ensures that the development team has access to the most current data without the delays associated with snapshots or dump file imports. Options A and B involve longer processes that are less efficient for this use case, while option D introduces unnecessary complexity with AWS DMS, which is not needed for a simple cloning task.