Module: ecs-cloudwatch-sns-alarms
Terraform module for creating alarms for tracking important changes and occurrences from ECS Services.
Usage
For a complete example, see examples/complete.
For automated tests of the complete example using bats
and Terratest
, see test.
module "ecs_service_alarms" {
source = "cloudposse/ecs-cloudwatch-sns-alarms/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
namespace = "eg"
stage = "staging"
name = "app"
cluster_name = "example"
service_name = "app"
}