SAP-C02 学习助手

SAP-C02 第 135 题

DynamoDB CloudFront S3 Config DMS

题目

A company is creating a sequel for a popular online game. A large number of users from all over the world will play the game within the first week after launch. Currently, the game consists of the following components deployed in a single AWS Region: • Amazon S3 bucket that stores game assets • Amazon DynamoDB table that stores player scores A solutions architect needs to design a multi-Region solution that will reduce latency, improve reliability, and require the least effort to implement. What should the solutions architect do to meet these requirements?

中文翻译:
一家公司正在为一款流行的在线游戏制作续集。游戏上线后的第一周内就会有大量来自世界各地的用户玩游戏。目前,该游戏由部署在单个 AWS 区域中的以下组件组成: • 用于存储游戏资产的 Amazon S3 存储桶 • 用于存储玩家分数的 Amazon DynamoDB 表 解决方案架构师需要设计一个多区域解决方案,以减少延迟、提高可靠性,并且需要最少的实施工作量。解决方案架构师应该怎样做才能满足这些要求?

选项

A. Create an Amazon CloudFront distribution to serve assets from the S3 bucket. Configure S3 Cross-Region Replication. Create a new DynamoDB table in a new Region. Use the new table as a replica target for DynamoDB global tables.

中文翻译:
创建 Amazon CloudFront 分配以提供 S3 存储桶中的资产。配置S3跨区域复制。在新区域中创建新的 DynamoDB 表。使用新表作为 DynamoDB 全局表的副本目标。

B. Create an Amazon CloudFront distribution to serve assets from the S3 bucket. Configure S3 Same-Region Replication. Create a new DynamoDB table in a new Region. Configure asynchronous replication between the DynamoDB tables by using AWS Database Migration Service (AWS DMS) with change data capture (CDC).

中文翻译:
创建 Amazon CloudFront 分配以提供 S3 存储桶中的资产。配置S3同区域复制。在新区域中创建新的 DynamoDB 表。使用 AWS Database Migration Service (AWS DMS) 和变更数据捕获 (CDC) 配置 DynamoDB 表之间的异步复制。

C. Create another S3 bucket in a new Region, and configure S3 Cross-Region Replication between the buckets. Create an Amazon CloudFront distribution and configure origin failover with two origins accessing the S3 buckets in each Region. Configure DynamoDB global tables by enabling Amazon DynamoDB Streams, and add a replica table in a new Region.

中文翻译:
在新区域中创建另一个S3存储桶,并在存储桶之间配置S3跨区域复制。创建 Amazon CloudFront 分配并配置源故障转移,让两个源访问每个区域中的 S3 存储桶。通过启用 Amazon DynamoDB Streams 配置 DynamoDB 全局表,并在新区域中添加副本表。

D. Create another S3 bucket in the sine Region, and configure S3 Same-Region Replication between the buckets. Create an Amazon CloudFront distribution and configure origin failover with two origins accessing the S3 buckets. Create a new DynamoDB table in a new Region. Use the new table as a replica target for DynamoDB global tables.

中文翻译:
在正弦区域中创建另一个 S3 存储桶,并在存储桶之间配置 S3 同区域复制。创建 Amazon CloudFront 分配并配置源故障转移,使两个源访问 S3 存储桶。在新区域中创建新的 DynamoDB 表。使用新表作为 DynamoDB 全局表的副本目标。

答案

C

解析

正确答案:C 解析: 本题应选择 C。 正确选项: C. 在新区域中创建另一个S3存储桶,并在存储桶之间配置S3跨区域复制。创建 Amazon CloudFront 分配并配置源故障转移,让两个源访问每个区域中的 S3 存储桶。通过启用 Amazon DynamoDB Streams 配置 DynamoDB 全局表,并在新区域中添加副本表。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的...

登录后查看完整解析