- Newest
- Most votes
- Most comments
AWS CloudFormation's UPDATE_COMPLETE_CLEANUP_IN_PROGRESS status indicates that CloudFormation is removing resources that it no longer needs because they have been replaced during the stack update process. While this process is usually straightforward, it can occasionally hang due to several reasons.
However, AWS doesn't provide a direct mechanism to cancel or force end a stuck CloudFormation stack operation. You'll typically have to wait until the operation times out or fails due to an error.
Here are a few troubleshooting steps you might want to consider:
-
Check for dependency issues: If you have many nested stacks or resources with dependencies, one might be blocking the cleanup. Check if there are dependencies which are preventing the cleanup process.
-
Check the event log: Open the CloudFormation console and select the stuck stack. Then go to the "Events" tab. There might be useful information about what resource is causing the stack to be stuck.
-
Contact AWS Support: If there's no obvious error or dependency issue and the stack stays in the stuck state for an extended period, your best course of action might be to open a support ticket with AWS. They have deeper visibility into the system and might be able to diagnose the issue.
In any case, you'll want to keep an eye on this situation and engage AWS Support if necessary. I hope this information helps and wish you good luck resolving this issue.
Relevant content
- asked 4 years ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago