Rungutan / sentry-fargate-cf-stack

AWS CloudFormation template to launch a highly-available Sentry 20 stack through ECS Fargate at the minimum cost possible
Apache License 2.0
60 stars 16 forks source link

Support storage auto scaling for Kafka cluster #25

Closed nodomain closed 3 years ago

nodomain commented 3 years ago

In my production environment the Kafka cluster died with a full disk on broker 1. Therefore it would be good to implement auto scaling for the EBS storage as described here: https://docs.aws.amazon.com/msk/latest/developerguide/msk-autoexpand.html

New attributes needed for the CloudFormation template:

Currently trying to read myself into Cloudformation, Autoscaling etc.