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.

相关推荐
HaoHao_0101 小时前
AWS Outposts
大数据·服务器·数据库·aws·云服务器
HaoHao_0101 小时前
VMware 的 AWS
大数据·服务器·数据库·云计算·aws·云服务器
费2 小时前
1、云计算
网络·云计算
xidianjiapei0016 小时前
优化性能:高性能云计算的虚拟化技术
性能优化·云计算·虚拟化·高性能计算
云上的阿七21 小时前
云计算如何与物联网(IoT)结合?
物联网·云计算
古猫先生1 天前
浅析云场景SSD实时迁移技术
服务器·科技·云计算
佛州小李哥2 天前
在亚马逊云科技上用AI提示词优化功能写出漂亮提示词(上)
人工智能·科技·ai·语言模型·云计算·aws·亚马逊云科技
云和恩墨2 天前
云计算、AI与国产化浪潮下DBA职业之路风云变幻,如何谋破局启新途?
数据库·人工智能·云计算·dba
努力的小T2 天前
基于 Bash 脚本的系统信息定时收集方案
linux·运维·服务器·网络·云计算·bash
Linux运维老纪2 天前
分布式存储的技术选型之HDFS、Ceph、MinIO对比
大数据·分布式·ceph·hdfs·云原生·云计算·运维开发