All Modules
AWSMonitoring

Monitoring

CloudWatch alarms and SNS topics for billing/cost monitoring

Usage

module "monitoring" {
  source = "github.com/fencepencil/fencepencil-aws-modules//monitoring"

  name_prefix = "<name_prefix>"

  tags = var.tags
}

Inputs (5)

NameTypeDescriptionDefaultRequired
name_prefixstringPrefix for naming resourcesyes
alert_emailslist(string)Emails for alarm notifications[]no
enable_billing_alarmboolEnable billing threshold alarmtrueno
billing_thresholdnumberMonthly billing threshold in USD100no
tagsmap(string)Tags to apply to all resources{}no

Outputs (2)

NameDescription
sns_topic_arnARN of the SNS alerts topic
billing_alarm_arnARN of the billing alarm

More AWS Modules

Browse our full library of AWS infrastructure modules.

View all AWS modules