SAP-C02 学习助手

SAP-C02 第 430 题

VPC Lambda S3 EC2 RDS Kinesis

题目

A company runs a highly available data collection application on Amazon EC2 in the eu-north-1 Region. The application collects data from end-user devices and writes records to an Amazon Kinesis data stream and a set of AWS Lambda functions that process the records. The company persists the output of the record processing to an Amazon S3 bucket in eu-north-1. The company uses the data in the S3 bucket as a data source for Amazon Athena. The company wants to increase its global presence. A solutions architect must launch the data collection capabilities in the sa- east-1 and ap-northeast-1 Regions. The solutions architect deploys the application, the Kinesis data stream, and the Lambda functions in the two new Regions. The solutions architect keeps the S3 bucket in eu-north-1 to meet a requirement to centralize the data analysis. During testing of the new setup, the solutions architect notices a significant lag on the arrival of data from the new Regions to the S3 bucket. Which solution will improve this lag time the MOST?

中文翻译:
一家公司在 eu-north-1 区域的 Amazon EC2 上运行高度可用的数据收集应用程序。该应用程序从最终用户设备收集数据,并将记录写入 Amazon Kinesis 数据流和一组处理记录的 AWS Lambda 函数。该公司将记录处理的输出持久保存到 eu-north-1 中的 Amazon S3 存储桶中。该公司使用 S3 存储桶中的数据作为 Amazon Athena 的数据源。该公司希望扩大其全球影响力。解决方案架构师必须在 sa-east-1 和 ap-northeast-1 区域启动数据收集功能。解决方案架构师在两个新区域中部署应用程序、Kinesis 数据流和 Lambda 函数。解决方案架构师将 S3 存储桶保留在 eu-north-1 中,以满足集中数据分析的要求。在测试新设置期间,解决方案架构师注意到数据从新区域到达 S3 存储桶存在明显的延迟。哪种解决方案将最大程度地改善此延迟时间?

选项

A. In each of the two new Regions, set up the Lambda functions to run in a VPC. Set up an S3 gateway endpoint in that VPC.

中文翻译:
在两个新区域中的每一个中,设置 Lambda 函数以在 VPC 中运行。在该 VPC 中设置 S3 网关终端节点。

B. Turn on S3 Transfer Acceleration on the S3 bucket in eu-north-1. Change the application to use the new S3 accelerated endpoint when the application uploads data to the S3 bucket.

中文翻译:
在 eu-north-1 中的 S3 存储桶上启用 S3 传输加速。当应用程序将数据上传到 S3 存储桶时,将应用程序更改为使用新的 S3 加速端点。

C. Create an S3 bucket in each of the two new Regions. Set the application in each new Region to upload to its respective S3 bucket. Set up S3 Cross-Region Replication to replicate data to the S3 bucket in eu-north-1.

中文翻译:
在两个新区域中分别创建一个 S3 存储桶。将每个新区域中的应用程序设置为上传到其各自的 S3 存储桶。设置 S3 跨区域复制以将数据复制到 eu-north-1 中的 S3 存储桶。

D. Increase the memory requirements of the Lambda functions to ensure that they have multiple cores available. Use the multipart upload feature when the application uploads data to Amazon S3 from Lambda.

中文翻译:
增加 Lambda 函数的内存要求,以确保它们有多个可用核心。当应用程序将数据从 Lambda 上传到 Amazon S3 时,请使用分段上传功能。

答案

C

解析

正确答案:C 解析: 本题应选择 C。 正确选项: C. 在两个新区域中分别创建一个 S3 存储桶。将每个新区域中的应用程序设置为上传到其各自的 S3 存储桶。设置 S3 跨区域复制以将数据复制到 eu-north-1 中的 S3 存储桶。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本...

登录后查看完整解析