SAP-C02 学习助手

SAP-C02 第 503 题

Lambda S3 EC2 EBS EFS EventBridge Config

题目

A company is migrating its blog platform to AWS. The company's on-premises servers connect to AWS through an AWS Site-to- Site VPN connection. The blog content is updated several times a day by multiple authors and is served from a file share on a network-attached storage (NAS) server. The company needs to migrate the blog platform without delaying the content updates. The company has deployed Amazon EC2 instances across multiple Availability Zones to run the blog platform behind an Application Load Balancer. The company also needs to move 200 TB of archival data from its on-premises servers to Amazon S3 as soon as possible. Which combination of stops will meet these requirements? (Choose two.)

中文翻译:
一家公司正在将其博客平台迁移到 AWS。该公司的本地服务器通过 AWS 站点到站点 VPN 连接连接到 AWS。博客内容每天由多个作者更新多次,并通过网络附加存储 (NAS) 服务器上的文件共享提供。公司需要在不耽误内容更新的情况下迁移博客平台。该公司已跨多个可用区部署 Amazon EC2 实例,以在应用程序负载均衡器后面运行博客平台。该公司还需要尽快将 200 TB 的存档数据从其本地服务器迁移到 Amazon S3。哪种停靠点组合可以满足这些要求? (选择两个。)

选项

A. Create a weekly cron job in Amazon EventBridge. Use the cron job to invoke an AWS Lambda function to update the EC2 instances from the NAS server.

中文翻译:
在 Amazon EventBridge 中创建每周 cron 作业。使用 cron 作业调用 AWS Lambda 函数以从 NAS 服务器更新 EC2 实例。

B. Configure an Amazon Elastic Block Store (Amazon EBS) Multi-Attach volume for the EC2 instances to share for content access. Write code to synchronize the EBS volume with the NAS server weekly.

中文翻译:
为 EC2 实例配置 Amazon Elastic Block Store (Amazon EBS) 多重附加卷以共享内容访问。编写代码以每周将 EBS 卷与 NAS 服务器同步。

C. Mount an Amazon Elastic File System (Amazon EFS) file system to the on-premises servers to act as the NAS server. Copy the blog data to the EFS file system. Mount the EFS file system to the C2 instances to serve the content.

中文翻译:
将 Amazon Elastic File System (Amazon EFS) 文件系统挂载到本地服务器以充当 NAS 服务器。将博客数据复制到 EFS 文件系统。将 EFS 文件系统挂载到 C2 实例以提供内容。

D. Order an AWS Snowball Edge Storage Optimized device. Copy the static data artifacts to the device. Ship the device to AWS.

中文翻译:
订购 AWS Snowball Edge Storage Optimized 设备。将静态数据工件复制到设备。将设备运送到 AWS。

E. Order an AWS Snowcons SSD device. Copy the static data artifacts to the device. Ship the device to AWS.

中文翻译:
订购 AWS Snowcons SSD 设备。将静态数据工件复制到设备。将设备运送到 AWS。

答案

CD

解析

正确答案:CD 解析: 本题应选择 CD。 正确选项: C. 将 Amazon Elastic File System (Amazon EFS) 文件系统挂载到本地服务器以充当 NAS 服务器。将博客数据复制到 EFS 文件系统。将 EFS 文件系统挂载到 C2 实例以提供内容。 D. 订购 AWS Snowball Edge Storage Optimized 设备。将静态数据工件复制到设备。将设备运送到 AWS。 选择理由: 该选项...

登录后查看完整解析