Setup Kinesis Stream & CNM Message
Note: Keep in mind that you should only have to set this up once per ingest stream. Kinesis pricing is based on the shard value and not on amount of kinesis usage.
Create a Kinesis Stream
- In your AWS console, go to the
Kinesisservice and clickCreate Data Stream. - Assign a name to the stream.
- Apply a
shard valueof1. - Click on
Create Kinesis Stream. - A status page with stream details display. Once the status is
activethen the stream is ready to use. Keep in mind to record the streamName and StreamARN for later use.

- In your AWS console, go to the
Create a Rule
- Refer to Create Rule in Cumulus.
Send a message
- Send a message that makes your schema using python or by your command line.
- The
streamNameandCollectionmust match thekinesisArn+collectiondefined in the rule that you have created in Step 2.