AWS Certified Database – Specialty — Question 337

A large IT hardware manufacturing company wants to deploy a MySQL database solution in the AWS Cloud. The solution should quickly create copies of the company's production databases for test purposes. The solution must deploy the test databases in minutes, and the test data should match the latest production data as closely as possible. Developers must also be able to make changes in the test database and delete the instances afterward.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Amazon Aurora database cloning allows for the rapid creation of writeable clones of a database cluster, which takes only a few minutes and uses minimal additional storage initially. Restoring from snapshots or using mysqldump takes significantly longer and does not meet the fast-deployment requirement. Furthermore, database cloning is a feature native to Amazon Aurora and is not supported in Amazon RDS for MySQL.