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

Fix error on describe-instance call tag filter #36

Closed mpechner-akasa closed 1 year ago

mpechner-akasa commented 1 year ago

Fix for: https://github.com/aws-samples/amazon-cloudwatch-auto-alarms/issues/35

'Name': 'tag:tag-key',

Not: 'Name': 'tag-key',

Issue #, if available:

Description of changes:

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

mpechner-akasa commented 1 year ago

Yes, sorry for the confusion.