ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

3 / 145

Question 3:

To increase the performance of its database solution, an organization is looking to migrate from its RDS MySQL database instance to an Aurora MySQL Database cluster. What is the optimal solution for performing data migration in this scenario?

Answer options:

A.Use the AWS Database Migration Service (DMS) to migrate the data.
B.Use the MySQL mysqldump utility to copy the data.
C.Create an Aurora Read Replica of the source database. After the migration is complete, promote the Aurora Read Replica to a stand-alone DB cluster.
D.Copy the backup files from the source database to an Amazon S3 bucket. Restore the Aurora MySQL DB cluster from those files.