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 72 forks source link

Fix Elastigroup healthCheckType #519

Closed lmineiro closed 6 years ago

lmineiro commented 6 years ago

The current implementation always set the Elastigroup's healthCheckType to "ELB" if there are any load balancers, regardless of their types.

The API clearly states that ELB is for classic ELBs and TARGET_GROUP should be used for ALBs. See Spotinst's recommendation.