Question

Difficulty: MediumAWS Network Services

A business needs to deploy a static website globally. They want to ensure that user requests are resolved to the closest endpoint with low latency using domain name system (DNS) routing. Additionally, they want to distribute and cache content globally at edge locations to speed up delivery. Which AWS network services should be used to build this solution? (Select TWO.)

  1. Amazon Route 53Answer
  2. Amazon CloudFrontAnswer
  3. C
    AWS Transit Gateway
  4. D
    Amazon VPC Security Groups
  5. E
    AWS Regions

Answer

Amazon Route 53 and Amazon CloudFront are the correct services to route users to the closest endpoint with low latency and cache static content globally.
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) service that routes user requests to the closest endpoint with low latency. Amazon CloudFront is a global content delivery network (CDN) service that caches static and dynamic web content at edge locations close to users to speed up delivery.

Step-by-Step Solution

1
Analyze the requirement for low-latency domain name system (DNS) routing to the closest endpoint.
Identify Amazon Route 53 as the AWS DNS service that offers latency-based routing to resolve queries to the nearest endpoint.
Route 53 is AWS's managed DNS service designed to handle domain registration and traffic routing globally.
2
Analyze the requirement to distribute and cache static website content globally to reduce load times.
Identify Amazon CloudFront as the global content delivery network (CDN) that caches content at edge locations.
CloudFront uses AWS edge locations to cache and serve content closer to end-users, reducing latency.

Key Concept

AWS network services include Route 53 for global DNS routing and CloudFront for global content delivery and caching at edge locations.
Rate this question