aws-samples / amazon-cloudwatch-auto-alarms

Automatically create and configure Amazon CloudWatch alarms for EC2 instances, RDS, and AWS Lambda using tags for standard and custom CloudWatch Metrics.
MIT No Attribution
90 stars 84 forks source link

Support manual execution without EC2 stop / start. #25

Open knizami opened 1 year ago

knizami commented 1 year ago

Support custom identifier prefix for alarms. Provide error checking skip platform specific alarms when the platform can't be identified from image. Remove default alarm for CPUCreditBalance.

issue #24

add custom payload support for manual scan:

{ "manual_update": "aws.ec2" }

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.