Correct answer - "Kinesis Stream" : Kinesis data streams can continuously capture gigabytes of
data per second from hundreds of thousands of sources such as website clickstreams, database
event streams, financial transactions, social media feeds, IT logs, and location-tracking
events.
Incorrect:
"SNS" - SNS is appropriate for flexible message delivery over multiple transport protocols
"SQS" - Amazon Simple Queue Service (Amazon SQS) offers a secure, durable, and available hosted
queue that lets you integrate and decouple distributed software systems and components
"Lambda" - AWS Lambda makes it easy to execute code in response to events, such as changes to
Amazon S3 buckets, updates to an Amazon DynamoDB table, or custom events generated by your
applications or devices. Not suitable in this scenario
For more information visit