question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

InvalidChangeSetStatus: Cannot delete ChangeSet in status CREATE_IN_PROGRESS

See original GitHub issue

I often come up with the mentioned error while provisioning my service. The process then shuts down. I have to relaunch the provisioning process several times then to get it working.

The command I use is: go run main.go provision --s3Bucket $S3_BUCKET --tags staging

Output log:

INFO[0009] Uploading to S3                               Path="/home/miltador/Projects/Go/src/path_to_project/.sparta/project_staging-cftemplate.json"
INFO[0011] Issued CreateChangeSet request                StackName=project-staging
INFO[0025] No changes detected for service               StackName=project-staging
INFO[0025] Invoking rollback functions                   RollbackCount=2
INFO[0025] Deleting S3 object                            URL="https://some-bucket-eu-west-1.amazonaws.com/project-staging/project_staging-cftemplate-da84d441e598ed0b2e754c4717f1615138565a3c.json"
INFO[0025] Deleting S3 object                            URL="https://some-bucket-eu-west-1.amazonaws.com/project-staging%2Fproject_staging-code-98a0481e4fd893a007481e92e45f2add325e1ce1.zip"
ERRO[0025] InvalidChangeSetStatus: Cannot delete ChangeSet in status CREATE_IN_PROGRESS
        status code: 400, request id: 5d86eba7-ef3f-11e6-8037-0dfba0579a7d 
Error: InvalidChangeSetStatus: Cannot delete ChangeSet in status CREATE_IN_PROGRESS
        status code: 400, request id: 5d86eba7-ef3f-11e6-8037-0dfba0579a7d

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mweaglecommented, Mar 14, 2017

Hi @miltador - encountered this issue today. Looking to see how it might be mitigated.

0reactions
mweaglecommented, May 26, 2017

Hi @miltador - finally was able to reproduce this. Resolved in Sparta 0.11.2. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

DeleteChangeSet - Amazon CloudFormation - 亚马逊云科技
InvalidChangeSetStatus. The specified change set can't be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS , or...
Read more >
Deleting a change set - AWS CloudFormation
The delete operation for change sets for nested stacks is asynchronous and will show a DELETE_PENDING status, followed by a DELETE_IN_PROGRESS status. Upon ......
Read more >
Serverless resource deployement status ...
I created a serverless resource for elasticsearch with all necessary policies. We are using seed to build and deploy to cloudformation ...
Read more >
Serverless 3 project newly upgraded from 2 - cannot update ...
I was also upgrading the version to v3 and this same error happened. The thing I did was to delete the CloudFormation stack...
Read more >
Stack stuck at CREATE_IN_PROGRESS for 12 days now
I have gone through the event logs that match the time frame for the stuck build (Sept 29th) and cannot find anything useful....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found