-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to redeploy to a stack that is still updating fails with "UPDATE_IN_PROGRESS state and can not be updated." #689
Comments
Can you try updating the deploy tool to the latest version and try again? |
If I close and try again I get this
Configuring AWS Credentials using AWS SDK credential search.
|
The reason why you get the error you got when you closed it and tried again is because CDK already pushed the changeset to the AWS account and the process is completing there. Even if you close the tool, the CloudFormation stack is still being updated. The tool is only showing you the update status. I propose you go to CloudFormation in your AWS account and look for the stack you are deploying. Can you report back the status of the stack as well as any errors shown in the events tab? |
The stack failed on deployment and I had to completely delete it. Is it possible to provide a more helpful message to the user? The whole process seems to be a little opaque with what is actually going on. If we can provide a clean message with resolution steps, that would be helpful. |
The original issue based on the first stack trace should be fixed in version 1.2.4, which addressed the case of a deployment failure when deploying to an account+region without any existing VPCs. I agree we can improve detection/messaging when attempting to deploy to a stack that is still being updated, we've changed this to a feature request. |
Closing due to lack of traction. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Get this error message when trying to deploy MVC Template
Expected Behavior
Deploy MVC template to AWS
Current Behavior
Get error message
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
Version used
1.1.15+5c57ebd489
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: