
Ultimate access to all questions.
A company operates a sales reporting application in the United States using an Amazon API Gateway Regional API and AWS Lambda functions to generate reports from an Amazon RDS for MySQL database. The frontend is hosted on Amazon S3 and accessed via an Amazon CloudFront distribution. Amazon Route 53 is used for DNS with a simple routing policy directing traffic to the API Gateway. The company plans to expand to Europe within six months, where an API Gateway and Lambda functions have already been deployed. Over 90% of the database traffic is read-only. A solutions architect needs to design a solution to minimize report download latency for European users. Which solution meets these requirements?
A
Use AWS DMS with full load to replicate the primary database from the U.S. to the new European Region and update the Route 53 record to latency-based routing for the API Gateway.
B
Use AWS DMS with full load plus CDC to replicate the primary database from the U.S. to the new European Region and update the Route 53 record to geolocation routing for the API Gateway.
C
Set up a cross-Region read replica for the RDS database in the new European Region and update the Route 53 record to latency-based routing for the API Gateway.
D
Set up a cross-Region read replica for the RDS database in the new European Region and update the Route 53 record to geolocation routing for the API Gateway.