cfstacks/stacks

Add an option to disable stack rollback

Closed this issue · 2 comments

CF stack can get into UPDATE_ROLLBACK_FAILED state and the only way to recover from this state is to delete the stack and create a new one.

stacks should support an option in config.yaml file to disable stack rollback, so that we never get into this silly state.

http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html

#39 added a metadata document support, so we just need to make use of that doc to implement stack options per template.

Fixed in #43