Question 35:
An organization is looking to migrate from a very large on-premises MySQL Database to an Amazon RDS MySQL Database cluster. The organization is particularly concerned about minimizing the impact on application availability. Since the migration data set is very large, the organization would also like to minimize any data transfer costs. 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 a read replica of the source database.After the migration is complete, promote the read replica to a stand-alone database. D.Use Percona XtraBackup utility to create backup files from the source database to an Amazon S3 bucket. Restore the Aurora MySQL DB cluster from those files.