Nested Stack failed to rollback

0

I have nested cloudfromation stack and its failing to update rollback, getting the status: UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS

asked 2 years ago1036 views
1 Answer
0

Hello,

There are several reasons a nested stack could be stuck in an UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS state. These are;

  1. CloudFormation is still in the process of removing old resources, or can't remove those resources due to a dependency issue.

  2. Resource cleanup is paused because a sibling stack of a nested stack fails to update or roll back.

For troubleshooting steps, see our detailed knowledge center article Why is my CloudFormation stack stuck in the UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS or UPDATE_COMPLETE_CLEANUP_IN_PROGRESS state?

For further assistance and because it would require details that are non-public information, please open a support case with AWS using the following link

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions