Open In App

Create a Kinesis Data Stream

Pre-requisite: AWS Kinesis

A Kinesis data stream is a collection of data records that are continually and sequentially added to over time, like a stream. It is a real-time data streaming service offered by Amazon Web Services (AWS) that enables us to collect, process, and analyze large streams of data records in real time.



Following are a few key terms related to the Kinesis data stream:

Steps to Create a Kinesis Data Stream

To create a Kinesis data stream in AWS (Amazon Web Services), you can use the AWS Management Console, the AWS Command Line Interface (CLI), or the AWS SDKs.



Here are the general steps to create a Kinesis data stream using the AWS Management Console:

Step 1: Open the Amazon Kinesis console in AWS and click on Get Started.

 

Step 2: Click on the “Create data stream” button.

 

Step 3: Enter a name for your data stream in the “Name” field.

Step 4: Choose the number of shards for your data stream in the “Number of shards” field. The number of shards determines the capacity and cost of your data stream. Click on the “Create kinesis stream” button to create the data stream.

 

Article Tags :