Skip to content

Latest commit

 

History

History
 
 

alarm-baseline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

alarm-baseline

Set up CloudWatch alarms to notify you when critical changes happen in your AWS account.

Inputs

Name Description Type Default Required
alarm_namespace The namespace in which all alarms are set up. string "CISBenchmark" no
cloudtrail_log_group_name The name of the CloudWatch Logs group to which CloudTrail events are delivered. string n/a yes
enabled The boolean flag whether this module is enabled or not. No resources are created when set to false. string "true" no
sns_topic_name The name of the SNS Topic which will be notified when any alarm is performed. string "CISAlarm" no
tags Specifies object tags key and value. This applies to all resources created by this module. map { "Terraform": true } no

Outputs

Name Description
alarm_sns_topic The SNS topic to which CloudWatch Alarms will be sent.