InvalidChangeSetStatus: Cannot delete ChangeSet in status CREATE_IN_PROGRESS
See original GitHub issueI 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:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @miltador - encountered this issue today. Looking to see how it might be mitigated.
Hi @miltador - finally was able to reproduce this. Resolved in Sparta 0.11.2. Thanks!