Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stack is in UPDATE_COMPLETE_CLEANUP_IN_PROGRESS state and can not be updated

I'm trying to deploy a Lambda function inside Cloud9, but it is failing.

When I right-click on the function and click Deploy, I get Application deployment failed, and then a popup:

AWS CloudFormation Deployment Errors
Stack:arn:aws:cloudformation:* is in UPDATE_COMPLETE_CLEANUP_IN_PROGRESS state and cannot be updated.
like image 944
Gina Avatar asked Nov 16 '25 14:11

Gina


2 Answers

I ran into this issue deploying using the serverless framework.

The solution ended up just being waiting, but it took almost a full hour for the state to clear itself. There were no new events showing up. I just had to wait a long, long time.

like image 115
aardvarkk Avatar answered Nov 19 '25 07:11

aardvarkk


If your deployment is building another Stack in CloudFormation, you may want to check for existing ones with the same name that may be conflicting with the Stack created by your deployment.

Go to CloudFormation, find the conflicting Stack, delete all resources (in that stack), and finally delete the stack.

Deploy again and it should work this time.

like image 44
chris Avatar answered Nov 19 '25 07:11

chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!