Setup Kinesis Stream & CNM Message
tip
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
Kinesis
service and clickCreate Data Stream
. - Assign a name to the stream.
- Apply a
shard value
of1
. - Click on
Create Kinesis Stream
. - A status page with stream details display. Once the status is
active
then 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
streamName
andCollection
must match thekinesisArn+collection
defined in the rule that you have created in Step 2.