Overview

Tags are simple labels that you can attach to almost any cloud resource (instances, buckets, databases). They allow you to categorize resources in ways that are meaningful to your business (e.g., by department, project, environment, or owner).

Common Tagging Strategies

  • Cost Allocation: CostCenter: 12345
  • Environment: Env: Production or Env: Staging
  • Ownership: Owner: Team-Alpha
  • Automation: Auto-Stop: True (used by scripts to shut down dev resources at night).

Benefits

  • Cost Visibility: Allows you to break down your cloud bill by project or department.
  • Improved Management: Easier to find and group related resources.
  • Automation: Enables scripts to perform actions on specific groups of resources.

Related Terms