AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 53

A company is implementing a well-architected design for its globally accessible API stack. The design needs to ensure both high reliability and fast response times for users located in North America and Europe.
The API stack contains the following three tiers:

Amazon API Gateway -

AWS Lambda -

Amazon DynamoDB -
Which solution will meet the requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it uses latency-based routing and health checks to ensure users are directed to the fastest and most reliable API endpoints. The use of a DynamoDB global table allows for efficient data access and updates across regions. Options A and D do not utilize global tables, which can lead to slower performance and potential data inconsistency, while Option C introduces unnecessary complexity with a disaster recovery API.