Skip to main content

Module: alb-target-group-cloudwatch-sns-alarms

Terraform module for creating alarms for tracking important changes and occurrences from ALBs.

Usage

For a complete example, see examples/complete.

For automated tests of the complete example using bats and Terratest, see test.

module "alb_alarms" {
source = "cloudposse/alb-target-group-cloudwatch-sns-alarms/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
namespace = "eg"
stage = "staging"
name = "app"
alb_arn_suffix = "XXXXXXXXX"
target_group_arn_suffix = "YYYYYYYYY"
}