
Ultimate access to all questions.
A company needs to transfer an Amazon Aurora MySQL DB cluster from one AWS account to another within the same AWS Region, where both accounts are part of the same AWS Organizations. To ensure minimal disruption to database services, the company must implement a migration strategy that allows for a smooth DNS cutover to the new database. Which two migration strategies would effectively meet this requirement?
A
Take a snapshot of the existing Aurora database, share the snapshot with the new AWS account, and then create a new Aurora DB cluster in the new account using the snapshot.
B
Create a new Aurora DB cluster in the new AWS account and use AWS Database Migration Service (AWS DMS) to migrate data between the two Aurora DB clusters.
C
Use AWS Backup to share an Aurora database backup from the existing AWS account to the new AWS account, and then create a new Aurora DB cluster in the new account from the backup.
D
Create a new Aurora DB cluster in the new AWS account and use AWS Application Migration Service to migrate data between the two Aurora DB clusters.