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

A company plans to provision a log delivery stream within a VPC. The company configured the VPC flow logs to publish to Amazon CloudWatch Logs. The company needs to send the flow logs to Splunk in near real time for further analysis.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Option B is the best choice as it utilizes Amazon Kinesis Data Firehose, which is designed for delivering real-time data streams with less operational management compared to Kinesis Data Streams. The other options require additional complexity, like managing AWS Lambda functions, which increases operational overhead.