项目作者: diablodale

项目描述 :
ECS problem event rules -- primarily cloudwatch events to SNS topics for admins
高级语言: Shell
项目地址: git://github.com/diablodale/ecs-problem-event-rules.git
创建时间: 2019-12-11T16:30:36Z
项目社区:https://github.com/diablodale/ecs-problem-event-rules

开源协议:

下载


ECS problem event rules

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.

Setup

Usage

  1. build.sh [--deploy arn:aws:sns:...] [--down]

For example

  1. build.sh --deploy arn:aws:sns:us-east-1:123456789012:mysnstopic

Notes

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.