asg-instance-alarms
claranet/asg-instance-alarms/aws
Manages CloudWatch Alarms for EC2 Instances in ASGs
Install
README
terraform-aws-asg-instance-alarms This module manages EC2 instance alarms for an auto scaling group. It will automatically create and delete alarms for EC2 instances using EC2 instance metrics. With the right metrics being pushed into CloudWatch, plus this module, you can have alerts for EC2 instances without the need for any monitoring servers. Terraform version compatibility | Module version | Terraform version | |----------------|-------------------| | 1.x.x | 0.12.x | | 0.x.x | 0.11.x | Components Lambda function Use the terraform-aws-asg-instance-alarms module once per AWS account to create the Lambda function and associated resources required to manage the instance alarms. The Lambda function is triggered whenever an instance is launched or terminated. It creates and deletes alarms s
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | "terraform-aws-asg-instance-alarms" | |
| schedule | string | "rate(5 minutes)" | |
| lambda_layers | list | [] |
Outputs (1)
bucket