Tagging AWS Audit Manager resources
A tag is a metadata label that you assign or that AWS
assigns to an AWS resource. Each tag consists of a key and
a value. For tags that you assign, you define the key and
value. For example, you might define the key as stage
and the value for one
resource as test
.
Tags help you do the following:
-
Easily locate your AWS Audit Manager resources. You can use tags as search criteria when browsing the Framework Library and Control Library.
-
Associate your resource with a compliance type. You can tag multiple resources with a compliance-specific tag to associate those resources with a specific framework.
-
Identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related.
-
Track your AWS costs. You activate these tags on the AWS Billing and Cost Management dashboard. AWS uses the tags to categorize your costs and deliver a monthly cost allocation report to you. For more information, see Use cost allocation tags in the AWS Billing and Cost Management User Guide.
The following sections provide more information about tags for AWS Audit Manager.
Supported resources in AWS Audit Manager
The following resources in AWS Audit Manager support tagging:
-
Assessments
-
Controls
-
Frameworks
Tag restrictions
The following basic restrictions apply to tags on Audit Manager resources:
-
Maximum number of tags that you can assign to a resource — 50
-
Maximum key length — 128 Unicode characters
-
Maximum value length — 256 Unicode characters
-
Valid characters for key and value — a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-
Keys and values are case sensitive
-
Don't use
aws:
as a prefix for keys; it's reserved for AWS use
Managing tags
You can set tags as properties when you create an assessment, framework, or control. You can add, edit, and delete tags through the Audit Manager console and the Audit Manager API. For more information, see the following links.
For assessments:
-
Creating an assessment and Editing an assessment in the Assessments section of this guide
-
Tags tab in the Review an assessment section of this guide
-
CreateAssessment and UpdateAssessment in the AWS Audit Manager API Reference
-
TagResource and UntagResource in the AWS Audit Manager API Reference
-
For frameworks:
-
Creating a custom framework and Editing a custom framework in the Framework library section of this guide
-
Tags tab in the View framework details section of this guide
-
CreateAssessmentFramework and UpdateAssessmentFramework in the AWS Audit Manager API Reference
-
TagResource and UntagResource in the AWS Audit Manager API Reference
-
For controls:
-
Creating a custom control and Editing a custom control in the Control library section of this guide
-
Tags tab in the View control details section of this guide
-
CreateControl and UpdateControl in the AWS Audit Manager API Reference
-
TagResource and UntagResource in the AWS Audit Manager API Reference
-