DVA-C02 · Question #754
A company hosts a public static website on an Amazon S3 bucket that has a DNS-compliant name. The company manages the domain name in a third-party domain registrar. The company needs optimize delivery
The correct answer is B. Create Amazon Route 53 alias records for the Amazon CloudFront distribution. Set the S3 bucket. To optimize the delivery of a public static website hosted on Amazon S3 for lowest possible latency, the best solution is to use Amazon CloudFront (a global CDN) with the S3 bucket as the origin. Then, create Amazon Route 53 alias records to point the custom domain to the CloudFr
Question
A company hosts a public static website on an Amazon S3 bucket that has a DNS-compliant name. The company manages the domain name in a third-party domain registrar. The company needs optimize delivery of the website content аor the lowest possible latency. Which solution will meet this requirement?
Options
- AUse an AWS Lambda function and an Amazon CloudWatch rule to set up an automated cache
- BCreate Amazon Route 53 alias records for the Amazon CloudFront distribution. Set the S3 bucket
- CConfigure an Amazon S3 REST API endpoint for the S3 bucket. Integrate the endpoint with an
- DConfigure an Amazon S3 REST API endpoint for the S3 bucket. Enable Amazon S3 Transfer
How the community answered
(37 responses)- A3% (1)
- B78% (29)
- C5% (2)
- D14% (5)
Explanation
To optimize the delivery of a public static website hosted on Amazon S3 for lowest possible latency, the best solution is to use Amazon CloudFront (a global CDN) with the S3 bucket as the origin. Then, create Amazon Route 53 alias records to point the custom domain to the CloudFront distribution, ensuring fast, globally distributed content delivery.
Community Discussion
No community discussion yet for this question.