AWS Certified Database – Specialty — Question 123

A company recently acquired a new business. A database specialist must migrate an unencrypted 12 TB Amazon RDS for MySQL DB instance to a new AWS account. The database specialist needs to minimize the amount of time required to migrate the database.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is the correct choice because creating a snapshot and sharing it allows for a quick and efficient migration of the database without requiring data transfer over the internet. The other options involve additional steps that either complicate the process or take more time, such as using read replicas or performing a full backup and restore process.