ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 94 forks source link

can't recover if the cloud formation stack fails during creation #83

Open thedebugger opened 8 years ago

thedebugger commented 8 years ago

Cloudformation semantics don't allow updates to the stack if it fails. So the only way to recover is to delete and re-create it with correct settings (in my case subnet was incorrect). But, there is no way to delete the stack from eb_deployer. destroy doesn't work either.