Cloudformation stack stuck in UPDATE_COMPLETE_CLEANUP_IN_PROGRESS for a long period

0

My CloudFormation stack is stuck on the following state: UPDATE_COMPLETE_CLEANUP_IN_PROGRESS for the past 4 HOURS.

During stack update the following deletion error happening: "Deleting RestApi 8ji3xa85ai failed. Please remove all base path mappings related to the RestApi in your domains: mysubdomain.mydomain.com (Service: AmazonApiGateway; Status Code: 400; Error Code: BadRequestException; Request ID: f0c2358c-58ad-4b6f-a1e0-9e9b261165f0; Proxy: null)"

This is not a nested stack and there is no nested stack linked to the main stack.

I removed the base paths mappings and custom domain manually but the stack still on the same state.

已提问 2 年前406 查看次数
1 回答
0

I managed to unblock that state by using the following command:

aws cloudformation continue-update-rollback --stack-name stackName

After that stack failed rollback and I was able to delete it manually.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则