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

Viewed 2178

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 ?

1 Answers

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.

Related