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.
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.