Variables in AWS Tags
Name | Default | Description |
---|---|---|
prohibited_tags |
| A list of prohibited tags to check for. |
common_dimensions |
| A list of common dimensions to add to each control. |
tag_dimensions |
| A list of tags to add as dimensions to each control. |
expected_tag_values |
| Map of expected values for various tags, e.g., {"Environment": ["Prod", "Staging", "Dev%"]}. SQL wildcards '%' and '_' can be used for matching values. These characters must be escaped for exact matches, e.g., {"created_by": ["test\_user"]}. |
tag_limit |
| Number of tags allowed on a resource. AWS allows up to 50 tags per resource. |
mandatory_tags |
| A list of mandatory tags to check for. |