SAP-C02 第 252 题
题目
A company uses an Amazon Aurora PostgreSQL DB cluster for applications in a single AWS Region. The company's database team must monitor all data activity on all the databases. Which solution will achieve this goal?
中文翻译:
一家公司将 Amazon Aurora PostgreSQL 数据库集群用于单个 AWS 区域中的应用程序。公司的数据库团队必须监控所有数据库上的所有数据活动。哪种解决方案将实现这一目标?
选项
A. Set up an AWS Database Migration Service (AWS DMS) change data capture (CDC) task. Specify the Aurora DB cluster as the source. Specify Amazon Kinesis Data Firehose as the target. Use Kinesis Data Firehose to upload the data into an Amazon OpenSearch Service cluster for further analysis.
中文翻译:
设置 AWS Database Migration Service (AWS DMS) 更改数据捕获 (CDC) 任务。指定 Aurora 数据库集群作为源。指定 Amazon Kinesis Data Firehose 作为目标。使用 Kinesis Data Firehose 将数据上传到 Amazon OpenSearch Service 集群以进行进一步分析。
B. Start a database activity stream on the Aurora DB cluster to capture the activity stream in Amazon EventBridge. Define an AWS Lambda function as a target for EventBridge. Program the Lambda function to decrypt the messages from EventBridge and to publish all database activity to Amazon S3 for further analysis.
中文翻译:
在 Aurora 数据库集群上启动数据库活动流以捕获 Amazon EventBridge 中的活动流。将 AWS Lambda 函数定义为 EventBridge 的目标。对 Lambda 函数进行编程,以解密来自 EventBridge 的消息并将所有数据库活动发布到 Amazon S3 以供进一步分析。
C. Start a database activity stream on the Aurora DB cluster to push the activity stream to an Amazon Kinesis data stream. Configure Amazon Kinesis Data Firehose to consume the Kinesis data stream and to deliver the data to Amazon S3 for further analysis.
中文翻译:
在 Aurora 数据库集群上启动数据库活动流,以将活动流推送到 Amazon Kinesis 数据流。配置 Amazon Kinesis Data Firehose 以使用 Kinesis 数据流并将数据传输到 Amazon S3 进行进一步分析。
D. Set up an AWS Database Migration Service (AWS DMS) change data capture (CDC) task. Specify the Aurora DB cluster as the source. Specify Amazon Kinesis Data Firehose as the target. Use Kinesis Data Firehose to upload the data into an Amazon Redshift cluster. Run queries on the Amazon Redshift data to determine database activities on the Aurora database.
中文翻译:
设置 AWS Database Migration Service (AWS DMS) 更改数据捕获 (CDC) 任务。指定 Aurora 数据库集群作为源。指定 Amazon Kinesis Data Firehose 作为目标。使用 Kinesis Data Firehose 将数据上传到 Amazon Redshift 集群。对 Amazon Redshift 数据运行查询以确定 Aurora 数据库上的数据库活动。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 在 Aurora 数据库集群上启动数据库活动流,以将活动流推送到 Amazon Kinesis 数据流。配置 Amazon Kinesis Data Firehose 以使用 Kinesis 数据流并将数据传输到 Amazon S3 进行进一步分析。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销...