AWS Certified Solutions Architect – Professional (SAP-C02) — Question 308

A company runs its sales reporting application in an AWS Region in the United States. The application uses an Amazon API Gateway Regional API and AWS Lambda functions to generate on-demand reports from data in an Amazon RDS for MySQL database. The frontend of the application is hosted on Amazon S3 and is accessed by users through an Amazon CloudFront distribution. The company is using Amazon Route 53 as the DNS service for the domain. Route 53 is configured with a simple routing policy to route traffic to the API Gateway API.

In the next 6 months, the company plans to expand operations to Europe. More than 90% of the database traffic is read-only traffic. The company has already deployed an API Gateway API and Lambda functions in the new Region.

A solutions architect must design a solution that minimizes latency for users who download reports.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Creating a cross-Region read replica for Amazon RDS is the most efficient way to handle a read-heavy workload (over 90% read-only) in a secondary region. Utilizing Amazon Route 53 latency-based routing ensures that users are automatically directed to the AWS Region that provides the lowest network latency. Geolocation routing only routes based on geographic proximity, which does not guarantee the lowest latency, and AWS DMS is designed for database migrations rather than active-active read replication.