ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

314 / 500

Question 314:

One application of your company was configured to send all application logs to a Kinesis Stream and the logs can exist in the Stream shards for 24 hours. A recent company strategy is to use Splunk Enterprise to search, monitor and analyze application logs and a Splunk server has already been deployed in an EC2 instance. Which approach is the best to load the streaming data in Kinesis Stream to the Splunk instance?

Answer options:

A.Configure the Kinesis Stream to auto deliver the received logs to the Splunk destination for the server to index the logs.
B.Use Amazon Kinesis Data Firehose as a fully managed service to deliver real-time streaming data in Kinesis Stream to the Splunk instance.
C.Use Amazon Kinesis analytics to analyze and transfer real-time streaming data in Kinesis Stream to the destination which is the Splunk instance.
D.Use AWS SDK in an EC2 instance to get the records from Kinesis Stream and forward the records to the Splunk instance.