AWS Certified Data Engineer – Associate (DEA-C01) — Question 75

A company has a production AWS account that runs company workloads. The company's security team created a security AWS account to store and analyze security logs from the production AWS account. The security logs in the production AWS account are stored in Amazon CloudWatch Logs.
The company needs to use Amazon Kinesis Data Streams to deliver the security logs to the security AWS account.
Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows CloudWatch Logs in the production account to send data to the Kinesis Data Stream in the security account, fulfilling the requirement to transfer security logs. Options A and C incorrectly place the data stream in the production account, which does not meet the requirement for the security AWS account. Option B does not specify the necessary subscription filter setup in the production account, which is required for the logs to be processed correctly.