Stuck on UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS state

0

how do I completely delete this stack? my stack ID was : arn:aws:cloudformation:ap-northeast-1:234758500005:stack/appsync-qldb-demo-dev/c5b800e0-146b-11ed-b082-0aa7231467b7 it keeps on this state for a while now after I cancel the deployment process manually on AWS CloudFormation console which also stuck on a state when updating the stacks.

thank you.

1 Answer
0

Hello,

Generally, a CloudFormation stack gets stuck in the UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS state when CloudFormation is still in the process of removing old resources, or can't remove those resources due to a dependency issue.

In most cases, CloudFormation wait for resources to delete until it reaches to resource stabilization time before its timeout. Once it will be timed out, stack should move to UPDATE_ROLLBACK_COMPLETE.

You can also refer to KC article for some more information and resolutions.

Hope above was useful to resolve to the issue.

SUPPORT ENGINEER
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