amazon-cloudwatch-auto-alarms icon indicating copy to clipboard operation
amazon-cloudwatch-auto-alarms copied to clipboard

Can't create alarms with dimensions as maximum length of a tag key is 128 chars

Open batwad opened this issue 2 years ago • 0 comments

This is a really useful project, but I'm unable to create a disk alarm on Windows servers in an autoscaling group because the tag key can be a max of 128 chars (ref: https://docs.aws.amazon.com/config/latest/APIReference/API_Tag.html)

The tag I'm trying to create is AutoAlarm-CWAgent-LogicalDisk % Free Space-AutoScalingGroupName--objectname-LogicalDisk-instance-C:-LessThanThreshold-10m-1-Minimum-C: drive is less than 30% free for 10 minutes with value 30 but this doesn't seem possible. Even before I get to the description this is 133 chars.

Does this mean this project can only be used for basic alarms? It appears to support dimensions, but it's very easy to exhaust 128 chars.

batwad avatar Feb 22 '24 07:02 batwad