Question 169:
The team owns an Aurora MySQL 5.7 database in the us-east-1 region. Your team lead asks you to design an approach for disaster recovery. The requirement is that whenever there is a regional outage in the us-east-1, the database should failover to the us-west-1 region automatically. Which of the following methods is the most suitable?
Answer options:
A.Save a database snapshot, delete the database, and recreate a new Aurora global database that spreads two AWS regions. B.In the AWS Aurora console, select the database and add a secondary AWS region in us-west-1 to create an Aurora global database. C.In the AWS Aurora console, select the database, enable Multi-AZ, and select us-west-1 as the target region. D.Configure a schedule to back up the Aurora DB cluster every day. Copy the DB snapshots to the us-west-1 region.