Search code examples
amazon-web-servicesamazon-kinesisamazon-kinesis-firehose

Is there a way to temporary stop a AWS Kinesis Stream?


I have a following setup.

  1. Kinesis Stream -> 2. Kinesis Firehose

Is there any way to stop 1. being active and re-enable it again later or the only solution is to delete it and recreate it back ?


Solution

  • there is no de-active/stop in kinesis you have to delete it and recreate later if you want [AWS doc] because charges accrue per stream whether you are putting and getting data with it or not.