Skip to content

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:

  1. Use kebab case follow by colon
  2. Use lowercase for all the words
  3. Use : to help identify that the resource is associated with the prefix
  4. 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

Reference