Answer:
In Amazon Kinesis, consumer can store their results using an AWS service.
Step-by-step explanation:
Amazon Kinesis Data Streams allows user to build custom applications which can be used to collect, analyze and process large amount of data in real time. In Amazon Kinesis Data Streams, Producers input records into it while consumers get records from Amazon Kinesis Data Streams and process them.
An Example of a producer is a web server sending log data to a stream.
Consumers on the other hand are basically Amazon Kinesis Data Stream Applications.
In Amazon Kinesis Data Streams, consumers can store their results using an AWS service such as Amazon DynamoDB, Amazon Redshift, or Amazon S3.