Resource Tagging Conventions
Standard Default Tags
These are the default standard tags that are created and expected through our metadata module. Standard default tags are always proper case and allow them to be visualized in the AWS console.
- Component
- Contact
- Description
- Domain
- Environments
- Organization
- System
- Team
General Convention For New Tags
For tags that are not the standard default tags, use the following convention:
- Use kebab case follow by colon
- Use lowercase for all the words
- Use
:
to help identify that the resource is associated with the prefix - Should not contain any personal identifiable information (PII)
Example:
backup:required = true
backup:enabled = true
pii = true
pii:description = some description
pii:contact-team = platform
pii:contact = bpham@bpham.com