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

Use TemplateURL instead of TemplateBody in the CreateStack request

tuxlife opened this issue · comments

TemplateBody has a maximum length of 51,200 bytes. Via S3 link is a template with up to 460,800 bytes possible.

This size is necessary for templates with SpotFleet secions. (You need the whole UserData and instance configuration for every single instance type AND subnet.

If you want a SpotFleet for Frankfurt over 4 possible instance types, you need 8 LaunchSpecifications.