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

Make Elastigroup's On Demand not optional #520

Closed lmineiro closed 6 years ago

lmineiro commented 6 years ago

The current implementation allows users not to specify the InstanceType attribute which would later be translated to the Elastigroups ondemand attribute. This attribute is mandatory according to the API and Spotint's recommendations. The stack would not be created.

The fallbackToOd should always be set to True given that ondemand is mandatory.