rvedotrc / aws-cloudformation-stack-states

Documentation about AWS CloudFormation stack states

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transition UPDATE_COMPLETE_CLEANUP_IN_PROGRESS -> UPDATE_ROLLBACK_IN_PROGRESS does not exist

konjanos opened this issue · comments

The only state UPDATE_COMPLETE_CLEANUP_IN_PROGRESS could lead to is UPDATE_COMPLETE.
In case of an error during cleanup, the resource will be left alone ut removed from stack and CFN will return with error. (Usually: Update successful. One or more resources could not be deleted.)

I concur. Just had this happen to me, went into UPDATE_COMPLETE with Update successful. One or more resources could not be deleted.