peterkh / cumulus

Helps manage AWS CloudFormation stacks
Other
206 stars 40 forks source link

Using TemplateURL #12

Open tomkerswill opened 9 years ago

tomkerswill commented 9 years ago

Hi

This is a really great tool - thanks so much for creating it!

We're coming up against the maximum template size that Amazon allows to be uploaded. I believe that a way round this is to upload to s3 and specify a template URL. Do you have any plans to support this in Cumulus?

Thanks in advance!

Tom

acaire commented 9 years ago

Hi Tom! We hit this recently ourselves but managed to slim down the template in question to reign the size in.. It's certainly something we wanted to get to but unfortunately haven't been able to devote any time to it just yet. Happy to leave this open until we get time, or someone submits a pull request :)

tomkerswill commented 9 years ago

Hey acaire,

Thanks! Yes, it was a good exercise for me, slimming down my troposphere template, actually - now works fine again. Will definitely see if I can add the functionality do a pull request... A bit of a Python noob - I've made local changes to fix another issue (being able to specify rollback), but haven't been able to install after the changes. I'll do some more testing and try and get it working! Tom