Ask HN: What tags do you give your AWS resources?

1 points by dfsegoat ↗ HN
I am primarily interested in general naming conventions (tag:Name) for resources and additional tags when accounting for multiple regions.

For instance, do people "roll up" region/service/environment/instance into a single "name" tag ? This seems ideal for high-level reporting but also verbose and clunky:

e.g. "west1-ec2-prod-apiserver"

1 comment

[ 3.2 ms ] story [ 14.9 ms ] thread
You can get up to 50 tags per resource; use them. Multiple tags are your friends; you can group them later.

Usually Project, Application, Environment are the common ones. You might also see Cost Center, Service, and some others. You're going to want to chat with Finance to see if they have any asks as well.