ECS problem event rules -- primarily cloudwatch events to SNS topics for admins
Cloudformation template to create Cloudwatch event rules that are triggered by
ECS Service warnings+failures and ECS Task essential container failures. These
rules will send SNS topic notifications about these problems.
build.sh [--deploy arn:aws:sns:...] [--down]
For example
build.sh --deploy arn:aws:sns:us-east-1:123456789012:mysnstopic
You can use the YAML template directly with your own command line tools and the AWS web console. It is not necessary to use build.sh
.