epomatti / aws-cloudtrail-alarms

CloudTrail custom alarms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CloudTrail Alarms & Metrics

CloudTrail configuration with CloudWatch Alarms and Metrics integrated.

It uses the documentation examples as a reference.

Set the .auto.tfvars file:

sns_topic_subscription_email = ""

Create the infrastructure:

terraform init
terraform apply -auto-approve

Security Group Alarm

Example detecting Security Group changes and notifying via SNS.

About

CloudTrail custom alarms

License:MIT License


Languages

Language:HCL 95.1%Language:Go 2.8%Language:Makefile 2.1%