AWS Certified Data Analytics – Specialty DAS-C01 – Question119

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 at a near-real-time rate for further analysis.
Which solution will meet these requirements with the LEAST operational overhead?

A.
Configure an Amazon Kinesis data stream with Splunk as a destination. Create a CloudWatch Logs subscription filter to send log events to the data stream.
B. Create an Amazon Kinesis Data Firehose delivery stream with Splunk as a destination. Create a CloudWatch Logs subscription filter to send log events to the delivery stream.
C. Create an Amazon Kinesis Data Firehose delivery stream with Splunk as a destination. Create an AWS Lambda function to send the flow logs from CloudWatch Logs to the delivery stream.
D. Configure an Amazon Kinesis data stream with Splunk as a destination. Create an AWS Lambda function to send the flow logs from CloudWatch Logs to the data stream.