SAP-C02 第 160 题
题目
A company has a critical application in which the data tier is deployed in a single AWS Region. The data tier uses an Amazon DynamoDB table and an Amazon Aurora MySQL DB cluster. The current Aurora MySQL engine version supports a global database. The application tier is already deployed in two Regions. Company policy states that critical applications must have application tier components and data tier components deployed across two Regions. The RTO and RPO must be no more than a few minutes each. A solutions architect must recommend a solution to make the data tier compliant with company policy. Which combination of steps will meet these requirements? (Choose two.)
中文翻译:
一家公司有一个关键应用程序,其中数据层部署在单个 AWS 区域中。数据层使用 Amazon DynamoDB 表和 Amazon Aurora MySQL 数据库集群。当前的 Aurora MySQL 引擎版本支持全局数据库。应用程序层已部署在两个区域中。公司政策规定,关键应用程序必须跨两个区域部署应用程序层组件和数据层组件。 RTO 和 RPO 各自不得超过几分钟。解决方案架构师必须推荐一个解决方案,使数据层符合公司政策。哪种步骤组合可以满足这些要求? (选择两个。)
选项
A. Add another Region to the Aurora MySQL DB cluster
中文翻译:
将另一个区域添加到 Aurora MySQL 数据库集群
B. Add another Region to each table in the Aurora MySQL DB cluster
中文翻译:
将另一个区域添加到 Aurora MySQL 数据库集群中的每个表
C. Set up scheduled cross-Region backups for the DynamoDB table and the Aurora MySQL DB cluster
中文翻译:
为 DynamoDB 表和 Aurora MySQL 数据库集群设置计划的跨区域备份
D. Convert the existing DynamoDB table to a global table by adding another Region to its configuration
中文翻译:
通过将另一个区域添加到其配置中,将现有 DynamoDB 表转换为全局表
E. Use Amazon Route 53 Application Recovery Controller to automate database backup and recovery to the secondary Region
中文翻译:
使用 Amazon Route 53 应用程序恢复控制器自动将数据库备份和恢复到次要区域
答案
AD
解析
正确答案:AD 解析: 本题应选择 AD。 正确选项: A. 将另一个区域添加到 Aurora MySQL 数据库集群 D. 通过将另一个区域添加到其配置中,将现有 DynamoDB 表转换为全局表 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Route 53、Dy...