SAP-C02 第 436 题
题目
A company has developed a new release of a popular video game and wants to make it available for public download. The new release package is approximately 5 GB in size. The company provides downloads for existing releases from a Linux-based, publicly facing FTP site hosted in an on-premises data center. The company expects the new release will be downloaded by users worldwide. The company wants a solution that provides improved download performance and low transfer costs, regardless of a user's location.
中文翻译:
一家公司开发了一款流行视频游戏的新版本,并希望将其提供给公众下载。新版本包大小约为5GB。该公司从本地数据中心托管的基于 Linux 的面向公众的 FTP 站点提供现有版本的下载。该公司预计新版本将被全球用户下载。该公司希望有一种解决方案能够提供改进的下载性能和较低的传输成本,而无论用户位于何处。
选项
A. Store the game files on Amazon EBS volumes mounted on Amazon EC2 instances within an Auto Scaling group. Configure an FTP service on the EC2 instances. Use an Application Load Balancer in front of the Auto Scaling group. Publish the game download URL for users to download the package.
中文翻译:
将游戏文件存储在 Auto Scaling 组内的 Amazon EC2 实例上装载的 Amazon EBS 卷上。在 EC2 实例上配置 FTP 服务。在 Auto Scaling 组前面使用应用程序负载均衡器。发布游戏下载地址,供用户下载包。
B. Store the game files on Amazon EFS volumes that are attached to Amazon EC2 instances within an Auto Scaling group. Configure an FTP service on each of the EC2 instances. Use an Application Load Balancer in front of the Auto Scaling group. Publish the game download URL for users to download the package.
中文翻译:
将游戏文件存储在附加到 Auto Scaling 组内的 Amazon EC2 实例的 Amazon EFS 卷上。在每个 EC2 实例上配置 FTP 服务。在 Auto Scaling 组前面使用应用程序负载均衡器。发布游戏下载地址,供用户下载包。
C. Configure Amazon Route 53 and an Amazon S3 bucket for website hosting. Upload the game files to the S3 bucket. Use Amazon CloudFront for the website. Publish the game download URL for users to download the package.
中文翻译:
配置 Amazon Route 53 和 Amazon S3 存储桶以用于网站托管。将游戏文件上传到S3存储桶。使用 Amazon CloudFront 作为网站。发布游戏下载地址,供用户下载包。
D. Configure Amazon Route 53 and an Amazon S3 bucket for website hosting. Upload the game files to the S3 bucket. Set Requester Pays for the S3 bucket. Publish the game download URL for users to download the package.
中文翻译:
配置 Amazon Route 53 和 Amazon S3 存储桶以用于网站托管。将游戏文件上传到S3存储桶。设置请求者为 S3 存储桶付费。发布游戏下载地址,供用户下载包。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 配置 Amazon Route 53 和 Amazon S3 存储桶以用于网站托管。将游戏文件上传到S3存储桶。使用 Amazon CloudFront 作为网站。发布游戏下载地址,供用户下载包。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、...