AWS Certified SysOps Administrator – Associate — Question 65

A company plans to deploy a database on an Amazon Aurora MySQL DB cluster. The database will store data for a demonstration environment. The data must be reset on a daily basis.

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

Answer options

Correct answer: B

Explanation

The correct answer is B because enabling the Backtrack feature allows for quick recovery of the database to a previous state without the need for manual snapshot management. Options A and C involve additional steps of creating and restoring snapshots, which are less efficient. Option D requires setting a retention period and performing point-in-time restores, which is also more complex and slower than using Backtrack.