Question 137:
A solution architect would like to improve the disaster recovery capability of an Amazon Aurora database cluster by creating additional read-replicas in a secondary AWS region. What is the optimal solution to implement this requirement?
Answer options:
A.Create an Amazon Aurora cluster in the target AWS region. Create an AWS Glue job to perform data copy from the source Amazon Aurora cluster to the target Amazon Aurora cluster. Create a cron expression to define a time-based schedule for the AWS Glue job. B.Create a Lambda function to create a snapshot of the source Amazon Aurora cluster, perform a cross-region copy of the snapshot, and load the snapshot into the target Amazon Aurora cluster. C.Configure VPC Peering between the two VPC’s in the two AWS regions. Create a cross-region read replica in the target AWS region. D.Configure binlog_format parameter for the source Amazon Aurora cluster. Create a cross-region read replica in the target AWS region.