For AWS CloudFormation, which stack state refuses UpdateStack calls?

Last Updated on September 18, 2021 by Admin 2

For AWS CloudFormation, which stack state refuses UpdateStack calls?

  • UPDATE_ROLLBACK_FAILED
  • UPDATE_ROLLBACK_COMPLETE
  • UPDATE_COMPLETE
  • CREATE_COMPLETE
Explanation:
When a stack is in the UPDATE_ROLLBACK_FAILED state, you can continue rolling it back to return it to a working state (to UPDATE_ROLLBACK_COMPLETE). You cannot update a stack that is in the UPDATE_ROLLBACK_FAILED state. However, if you can continue to roll it back, you can return the stack to its original settings and try to update it again.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments