AWS SAA-C03 #38

C

A company is hosting a static website on Amazon S3 and is using Amazon Route 53 for DNS. The website is experiencing increased demand from around the world. The company must decrease latency for users who access the website.

Which solution meets these requirements MOST cost-effectively?

A. Replicate the S3 bucket that contains the website to all AWS Regions. Add Route 53 geolocation routing entries.

B. Provision accelerators in AWS Global Accelerator. Associate the supplied IP addresses with the S3 bucket. Edit the Route 53 entries to point to the IP addresses of the accelerators.

C. Add an Amazon CloudFront distribution in front of the S3 bucket. Edit the Route 53 entries to point to the CloudFront distribution.

D. Enable S3 Transfer Acceleration on the bucket. Edit the Route 53 entries to point to the new endpoint.


C. Add an Amazon CloudFront distribution in front of the S3 bucket. Edit the Route 53 entries to point to the CloudFront distribution.

Explanation:

Among the options presented, option C is the most cost-effective solution for decreasing latency for users accessing the website.

Here's why:

  1. Amazon CloudFront: It's a Content Delivery Network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally. By placing CloudFront in front of the S3 bucket, the content is cached in edge locations around the world, reducing the latency experienced by users.

  2. Cost-effectiveness: CloudFront is designed to be highly cost-effective, as you pay only for the data transfer and requests. It is typically more cost-effective than replicating the S3 bucket across multiple AWS regions (option A) which can incur additional costs for storage, data transfer, and management.

  3. Reduced Latency: By leveraging CloudFront's global network of edge locations, users will be served from the nearest edge location, significantly reducing latency.

  4. Route 53 Integration: You can easily integrate CloudFront with Route 53, ensuring that DNS requests are directed to the CloudFront distribution.

Option B (AWS Global Accelerator) is also a valid service for improving global access to resources, but it may be more costly compared to CloudFront. Additionally, it's typically used for applications hosted on multiple AWS resources (e.g., EC2 instances, ALBs), which might be an over-engineered solution for a static website.

Options A and D involve making multiple copies of the content, which can significantly increase storage costs and complexity, making them less cost-effective compared to CloudFront.

Therefore, option C is the best choice for decreasing latency in a cost-effective manner.

相关推荐
ZStack开发者社区几秒前
云边协同 智启未来 | 阿里云 × ZStack 云边一体解决方案正式落地
阿里云·云计算·边缘计算
普通网友8 分钟前
阿里云国际版服务器,真的是学生党的性价比之选吗?
后端·python·阿里云·flask·云计算
MonkeyKing_sunyuhua5 小时前
阿里云ECS安装docker compose
阿里云·docker·云计算
亚马逊云开发者6 小时前
试了 8 种方式全失败后,我用双通道架构把 Kiro CLI 变成了 REST API
aws
咕噜签名-铁蛋7 小时前
腾讯云ICP备案:变更主体&备案准备
前端·云计算·腾讯云
翼龙云_cloud7 小时前
阿里云代理商:部署OpenClaw高效办公六式 智能打理日常任务
人工智能·阿里云·云计算·openclaw
亚马逊云开发者10 小时前
两个 AI Agent 互相调用是什么体验?Kiro + OpenClaw 双协议实战,架构评审从 2 天干到 15 分钟
aws
**蓝桉**11 小时前
虚拟化学习笔记
阿里云·云计算
TG_yunshuguoji12 小时前
腾讯云代理商:OpenClaw 实战指南-用腾讯云CloudBase 自动化开发网站
服务器·云计算·腾讯云·openclaw
亚马逊云开发者1 天前
更新个监控 Agent 要协调 200 个团队?Amazon ECS 托管守护进程终于把平台工程师从苦海里捞出来了
aws