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

Standard STUPS EC2 tags are not set for ElastiGroup

inikolaev opened this issue · comments

When creating ElastiGroup and set custom tags (e.g. eg:no-risk) standard STUPS EC2 tags are not being set and instance becomes invisible to all STUPS tools.

The method fill_standard_tags only sets STUPS tags if no custom tags have been provided.

We should be setting standard tags regardless. I will provide a patch.