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

Fix Elastigroup healthCheckType

lmineiro opened this issue · comments

commented

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.