Step 1: Create a Data Stream - Amazon Kinesis Data Streams
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Step 1: Create a Data Stream

First, you must create the data stream that you will use in subsequent steps of this tutorial.

To create a stream
  1. Sign in to the Amazon Web Services Management Console and open the Kinesis console at https://console.amazonaws.cn/kinesis.

  2. Choose Data Streams in the navigation pane.

  3. In the navigation bar, expand the region selector and choose a region.

  4. Choose Create Kinesis stream.

  5. Enter a name for your data stream (for example, StockTradeStream).

  6. Enter 1 for the number of shards, but leave Estimate the number of shards you'll need collapsed.

  7. Choose Create Kinesis stream.

On the Kinesis streams list page, the status of your stream appears as CREATING while the stream is being created. When the stream is ready to use, the status changes to ACTIVE.

If you choose the name of your stream, in the page that appears, the Details tab displays a summary of your data stream configuration. The Monitoring section displays monitoring information for the stream.

Next Steps

Step 2: Create an IAM Policy and User