CloudWatch supports tagging and untagging alarms, and it should be supported in CloudFormation.
Allow for tags on create, updating tags, etc.
See 2 above.
API Docs: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html
In CloudWatch, alarms can be tagged.
Management
The documentation on this feature is sparse.
Existing resource: AWS::CloudWatch::Alarm.
This is supported by Boto: CloudWatch.Client.tag_resource.
@luiseduardocolon It has been sitting in status "We're working on it" since Jan 11th. Any update for this? My finance dept. is killing me for not being able to filter on tags for our alarms.
Also hoping this gets implemented soon. We want to set incident priority and urgency based on CloudWatch alarm tags, and not have to configure these separately in another system.
@luiseduardocolon any updates on this ?
Also hoping this gets implemented soon. We want to set incident priority and urgency based on CloudWatch alarm tags, and not have to configure these separately in another system.
THIS. It would be so much easier to tag alarms and then create a CloudWatch event rule which forwards alarm state changes to a Lambda which checks the tags and forwards messages.. Thats my plan once tagging is available
Argh. Just ran into this one.
Adding my plus-one here. We have so many teams and applications we don't know who to contact about cleaning up their alarms that point to resources that may no longer exist.
+1 as well - this would be huge for us to be able to fully utilize tags for automating dashboard creation.
+1 We need cloudwatch alarm tags so we can allow people to tag their alarms with information that's needed for our shared lambda functions.
Hoping to implement the following in one go: https://aws.amazon.com/about-aws/whats-new/2019/04/you-can-now-use-resource-level-permissions-for-amazon-cloudwatch/ would be nice to deploy tagged cloudwatch alarms via CFN alongside the policy that applies to them.
using description for tags. so desperate we are. no patience we have.
Just ran into this one as well :( any ETAs?
Most helpful comment
@luiseduardocolon It has been sitting in status "We're working on it" since Jan 11th. Any update for this? My finance dept. is killing me for not being able to filter on tags for our alarms.