
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is building a RESTful serverless web application on AWS by using Amazon API Gateway and AWS Lambda. The users of this web application will be geographically distributed, and the company wants to reduce the latency of API requests to these users.
Which type of endpoint should a solutions architect use to meet these requirements?
A
Private endpoint
B
Regional endpoint
C
Interface VPC endpoint
D
Edge-optimized endpoint
Explanation:
Edge-optimized endpoint is the correct choice for this scenario because:
Geographically distributed users: The web application users are distributed across different geographic locations, which means API requests will come from various regions.
Latency reduction requirement: The company specifically wants to reduce latency for API requests.
How edge-optimized endpoints work:
Why other options are incorrect:
Key takeaway: When you need to serve API requests to users across different geographic locations with minimal latency, edge-optimized endpoints are the recommended solution as they leverage CloudFront's global edge network.