Skip to content

Releases: snowplow-devops/terraform-aws-kinesis-stream

Release 0.3.0

06 Dec 00:43
Compare
Choose a tag to compare

Add ability to set PROVISIONED or ON_DEMAND stream modes (#7)


When using ON_DEMAND the base cost is that of roughly 4 provisioned shards which then has higher costs for ingress / egress as compared to PROVISIONED. It does alleviate the need to manually manage shards or configure a custom auto-scaling routine for this system so can be used to great effect in terms of system stability.

Big thanks @jordan-tr for the contribution!

Release 0.2.0

22 Nov 23:39
b582f98
Compare
Choose a tag to compare

Normalize repo.

Release 0.1.1

12 Aug 11:42
Compare
Choose a tag to compare

Added TF Registry Badge.

Initial release

06 Jul 13:53
892df62
Compare
Choose a tag to compare

Added support for a simple, encrypted as default, Kinesis stream resource deployment.