Question 34:
An organization has a hybrid cloud architecture consisting of its on-premises datacenter and AWS cloud-connected using AWS Direct Connect. The organization is looking to migrate from an on-premises MySQL Database to an Amazon Aurora MySQL Database cluster. What is the optimal solution for performing data migration in this scenario? The organization is particularly concerned about performing the migration as fast as possible.
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.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.