SAP-C02 第 194 题
题目
A company hosts an application on AWS. The application reads and writes objects that are stored in a single Amazon S3 bucket. The company must modify the application to deploy the application in two AWS Regions. Which solution will meet these requirements with the LEAST operational overhead?
中文翻译:
一家公司在 AWS 上托管一个应用程序。该应用程序读取和写入存储在单个 Amazon S3 存储桶中的对象。该公司必须修改应用程序才能将应用程序部署在两个 AWS 区域中。哪种解决方案能够以最少的运营开销满足这些要求?
选项
A. Set up an Amazon CloudFront distribution with the S3 bucket as an origin. Deploy the application to a second Region Modify the application to use the CloudFront distribution. Use AWS Global Accelerator to access the data in the S3 bucket.
中文翻译:
设置以 S3 存储桶为源的 Amazon CloudFront 分配。将应用程序部署到第二个区域 修改应用程序以使用 CloudFront 发行版。使用 AWS Global Accelerator 访问 S3 存储桶中的数据。
B. Create a new S3 bucket in a second Region. Set up bidirectional S3 Cross-Region Replication (CRR) between the original S3 bucket and the new S3 bucket. Configure an S3 Multi-Region Access Point that uses both S3 buckets. Deploy a modified application to both Regions.
中文翻译:
在第二个区域中创建新的 S3 存储桶。在原始 S3 存储桶和新 S3 存储桶之间设置双向 S3 跨区域复制 (CRR)。配置使用两个 S3 存储桶的 S3 多区域接入点。将修改后的应用程序部署到两个区域。
C. Create a new S3 bucket in a second Region Deploy the application in the second Region. Configure the application to use the new S3 bucket. Set up S3 Cross-Region Replication (CRR) from the original S3 bucket to the new S3 bucket.
中文翻译:
在第二个区域中创建新的 S3 存储桶 在第二个区域中部署应用程序。配置应用程序以使用新的 S3 存储桶。设置从原始 S3 存储桶到新 S3 存储桶的 S3 跨区域复制 (CRR)。
D. Set up an S3 gateway endpoint with the S3 bucket as an origin. Deploy the application to a second Region. Modify the application to use the new S3 gateway endpoint. Use S3 Intelligent-Tiering on the S3 bucket.
中文翻译:
设置以 S3 存储桶为源的 S3 网关端点。将应用程序部署到第二个区域。修改应用程序以使用新的 S3 网关端点。在 S3 存储桶上使用 S3 智能分层。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 在第二个区域中创建新的 S3 存储桶。在原始 S3 存储桶和新 S3 存储桶之间设置双向 S3 跨区域复制 (CRR)。配置使用两个 S3 存储桶的 S3 多区域接入点。将修改后的应用程序部署到两个区域。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/...