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

Initiate a manual scan to avoid stopping/starting the EC2 instance for creating CW alarms #24

Open rbhalerao0404 opened 1 year ago

rbhalerao0404 commented 1 year ago

Hello,

Is there a way to initiate a manual scan on the EC2 instances to check for alarm-related tags on already running instances from the Lambda function? I would like to avoid starting and stopping the instances, so that any downtime is avoided.

Thank you!