strong textAn error occurred (ValidationError) when calling the UpdateStack operation: Stack:arn:aws:cloudformation:us-west-2:469058358707:stack/testdevMokiserverudagramclone/b47b45f0-82e9-11ea-b576-0a7df06cf190 is in ROLLBACK_COMPLETE state and can not be update
1 Answers
3
votes
You have to delete the stack, fix your template and create new stack from it. You can't recover nor update stack in ROLLBACK_COMPLETE
state.
Edit. Found the support for this in AWS docs:
This status exists only after a failed stack creation. It signifies that all operations from the partially created stack have been appropriately cleaned up. When in this state, only a delete operation can be performed.