SAP-C02 第 186 题
题目
A solutions architect is creating an application that stores objects in an Amazon S3 bucket. The solutions architect must deploy the application in two AWS Regions that will be used simultaneously. The objects in the two S3 buckets must remain synchronized with each other. Which combination of steps will meet these requirements with the LEAST operational overhead? (Choose three.)
中文翻译:
解决方案架构师正在创建一个将对象存储在 Amazon S3 存储桶中的应用程序。解决方案架构师必须在将同时使用的两个 AWS 区域中部署应用程序。两个 S3 存储桶中的对象必须保持彼此同步。哪种步骤组合能够以最少的运营开销满足这些要求? (选择三项。)
选项
A. Create an S3 Multi-Region Access Point Change the application to refer to the Multi-Region Access Point
中文翻译:
创建 S3 多区域接入点 更改应用程序以引用多区域接入点
B. Configure two-way S3 Cross-Region Replication (CRR) between the two S3 buckets
中文翻译:
在两个 S3 存储桶之间配置双向 S3 跨区域复制 (CRR)
C. Modify the application to store objects in each S3 bucket
中文翻译:
修改应用程序以在每个 S3 存储桶中存储对象
D. Create an S3 Lifecycle rule for each S3 bucket to copy objects from one S3 bucket to the other S3 bucket
中文翻译:
为每个 S3 存储桶创建 S3 生命周期规则,以将对象从一个 S3 存储桶复制到另一个 S3 存储桶
E. Enable S3 Versioning for each S3 bucket
中文翻译:
为每个 S3 存储桶启用 S3 版本控制
F. Configure an event notification for each S3 bucket to invoke an AWS Lambda function to copy objects from one S3 bucket to the other S3 bucket
中文翻译:
为每个 S3 存储桶配置事件通知,以调用 AWS Lambda 函数将对象从一个 S3 存储桶复制到另一个 S3 存储桶
答案
ABE
解析
正确答案:ABE 解析: 本题应选择 ABE。 正确选项: A. 创建 S3 多区域接入点 更改应用程序以引用多区域接入点 B. 在两个 S3 存储桶之间配置双向 S3 跨区域复制 (CRR) E. 为每个 S3 存储桶启用 S3 版本控制 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本...