zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 71 forks source link

Standard STUPS EC2 tags are not set for ElastiGroup #552

Closed inikolaev closed 5 years ago

inikolaev commented 5 years ago

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.