Skip to main content

Resource Groups

  • What they are
    • A logical collection of AWS resources you view and act on as a unit, instead of hunting through per-service consoles.
  • Two ways to define a group
    • Tag-based query — everything matching Project=Apollo across services and Regions. Membership updates automatically as resources are created and tagged.
    • AWS CloudFormation stack-based — every resource in a given stack.
  • What you can do with a group
  • Depends on
    • Good, consistent Tags. A resource group is only as good as the tagging discipline behind it.
  • Related

Linked from