skymill / cumulus

Cumulus is a deployment suite used to deploy and manage environments built with AWS CloudFormation
http://cumulus-ds.readthedocs.org/
Apache License 2.0
12 stars 5 forks source link

Boto 505 Version not supported #47

Open sebdah opened 10 years ago

sebdah commented 10 years ago

Occasionally we get 505 Version not supported when creating, updating stacks or validating templates in CloudFormation. The CloudFormation team has responded that they can't fix this and that serving the template through S3 should resolve the issue, according to the related boto issue.

Uploading to S3 seems a bit to cumbersome to me (at least in order to be generic). I suggest that we implement a simply retry functionality.

danieljensen commented 10 years ago

If possible, this should be prioritized

sebdah commented 10 years ago

I'll see if I can reproduce it. It's a bit difficult to work around since it's undocumented and flapping. But I'll give it a shoot.

sebdah commented 10 years ago

@danieljensen have you seen this recently? I haven't.

danieljensen commented 10 years ago

I saw it once last week. But it can be weeks between errors.

sebdah commented 10 years ago

Ok, can you post the output here when you see it next time?