SAP-C02 学习助手

SAP-C02 第 298 题

Lambda S3 Aurora Config Backup DMS

题目

A company runs an ecommerce application in a single AWS Region. The application uses a five-node Amazon Aurora MySQL DB cluster to store information about customers and their recent orders. The DB cluster experiences a large number of write transactions throughout the day. The company needs to replicate the data in the Aurora database to another Region to meet disaster recovery requirements. The company has an RPO of 1 hour. Which solution will meet these requirements with the LOWEST cost?

中文翻译:
一家公司在单个 AWS 区域中运行电子商务应用程序。该应用程序使用五节点 Amazon Aurora MySQL 数据库集群来存储有关客户及其最近订单的信息。数据库集群全天经历大量写入事务。公司需要将Aurora数据库中的数据复制到另一个Region以满足容灾需求。该公司的 RPO 为 1 小时。哪种解决方案能够以最低的成本满足这些要求?

选项

A. Modify the Aurora database to be an Aurora global database. Create a second Aurora database in another Region.

中文翻译:
将 Aurora 数据库修改为 Aurora 全局数据库。在另一个区域创建第二个 Aurora 数据库。

B. Enable the Backtrack feature for the Aurora database. Create an AWS Lambda function that runs daily to copy the snapshots of the database to a backup Region.

中文翻译:
为 Aurora 数据库启用回溯功能。创建每天运行的 AWS Lambda 函数,将数据库快照复制到备份区域。

C. Use AWS Database Migration Service (AWS DMS). Create a DMS change data capture (CDC) task that replicates the ongoing changes from the Aurora database to an Amazon S3 bucket in another Region.

中文翻译:
使用 AWS Database Migration Service (AWS DMS)。创建 DMS 更改数据捕获 (CDC) 任务,将正在进行的更改从 Aurora 数据库复制到另一个区域中的 Amazon S3 存储桶。

D. Turn off automated Aurora backups. Configure Aurora backups with a backup frequency of 1 hour. Specify another Region as the destination Region. Select the Aurora database as the resource assignment.

中文翻译:
关闭自动 Aurora 备份。配置 Aurora 备份,备份频率为 1 小时。指定另一个区域作为目标区域。选择 Aurora 数据库作为资源分配。

答案

C

解析

正确答案:C 解析: 本题应选择 C。 正确选项: C. 使用 AWS Database Migration Service (AWS DMS)。创建 DMS 更改数据捕获 (CDC) 任务,将正在进行的更改从 Aurora 数据库复制到另一个区域中的 Amazon S3 存储桶。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展...

登录后查看完整解析