In this section, we will implement a Kinesis Stream and familiarize ourselves with a few useful Kinesis CLI commands.
- Log into the AWS Management Console and go to Amazon Kinesis Console. Click on the Get started button:
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/4750cf9e-cff9-4cdf-8bf2-0271d03d97cd.png)
- Click on the Create data stream button on the Get started with Amazon Kinesis screen:
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/84668621-e185-4490-8eff-18744b0c8019.png)
- Specify a name for the Kinesis stream as KinesisTestStream :
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/ab811b7f-b812-44ff-ad70-666303d59411.png)
Specify the Number of shards as 1. Click on the Create Kinesis stream button:
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/0c58435c-5f17-4a33-8430-ac6be76473b3.png)
- You should temporarily see the Status as CREATING, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/2ef4fa3c-c661-4ba2-bbd4-43380ec36b97.png)
- After the stream is created, you should see a success message, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/47d56bd2-a63f-4227-8c37-c64a7641b779.png)
The Status of the Kinesis stream will change to ACTIVE.
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/db10c22e-29be-4939-b1f0-36ca9f246ac6.png)
- Select the Kinesis stream and then click on Details from the Actions menu:
![](https://static.packt-cdn.com/products/9781787281066/graphics/assets/f2c24406-bdb7-412c-93f2-8b8b87741e00.png)
- View the details of the Kinesis stream you just created in the Details...