zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way

Home Page:https://pypi.python.org/pypi/stups-senza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exporting ApplicationName as an AWS tag for ELBs

jkozlowicz opened this issue · comments

We need a way to identify ELBs of multiple instances of the same application (i.e. multiple instances of LizzyAgent hosted in different AWS accounts).

I added a way to do this by setting ApplicationName attribute in SenzaInfo section:

# basic information for generating and executing this definition
SenzaInfo:
  StackName: hello-<team_name>
  ApplicationName: hello-app

which will be exported as an AWS tag for the ELB.