Amazon CloudWatch now supports tags on dashboards

Amazon CloudWatch Dashboard Tagging
Amazon CloudWatch now supports tagging for CloudWatch dashboards, enabling you to organize, categorize, and control access to your dashboards using tags. Tags are key-value pairs that help you identify and manage AWS resources across your environment.
- New API Support: The
PutDashboardAPI now accepts an optionalTagsparameter, allowing you to assign up to 50 tags when creating a new dashboard. - Tag Management: The
TagResource,UntagResource, andListTagsForResourceAPIs now support dashboard ARNs, enabling you to add, remove, and list tags on existing dashboards. - AWS CloudFormation: You can also manage dashboard tags using AWS CloudFormation.
- Benefits: This new capability allows you to group dashboards by team, project, or environment, implement attribute-based access control by scoping IAM permissions to dashboards with specific tag values, and filter dashboards by tag in AWS Resource Explorer.
- Availability: CloudWatch Dashboard tagging support is available at no additional cost in all AWS Regions where Amazon CloudWatch is available.
What to do
- Use the
Tagsparameter with thePutDashboardAPI to assign tags when creating a new dashboard. - Manage tags on existing dashboards using the
TagResource,UntagResource, andListTagsForResourceAPIs. - Configure dashboard tags in AWS CloudFormation for automated management.
Source: AWS release notes
If you need further guidance on AWS, our experts are available at AWS@westloop.io. You may also reach us by submitting the Contact Us form.



