Home › Forums › AWS › AWS Certified DevOps Engineer Professional › Amazon Elasticsearch Service data ingestion › Reply To: Amazon Elasticsearch Service data ingestion
-
Hi Claude,
Thank you for posting your question. You have a valid point that you can’t directly send the stream data from Kinesis Data Stream. You have to use a Lambda function as an event handler, that will send the data to your ES Cluster, as shown here:
https://github.com/aws-samples/amazon-elasticsearch-lambda-samples
To avoid any ambiguity in the answers, we will update the correct answer to accentuate the need for an additional Lambda function (that serves as an event handler) for the Kinesis Data Streams.
Let us know if you need further assistance. The Tutorials Dojo team is dedicated to help you pass your AWS exam on your first try!
Regards,
Jon Bonso @ Tutorials Dojo