2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
Did you create the ECS cluster from the management console?
If you created it from the management console, CloudFormation should have been created, so you may want to try deleting it from the CloudFormation console.
0
Hi Miguel,
Did you resolve this issue without premium support? How did you get help from AWS tech team? We are asking this because we have similar issues.
Thanks.
answered 10 months ago
Hi Chulhan,
In our case it was a clear issue with the account - none of the documented solutions worked. Therefore, we were able to use the free "Account and Billing Support".
Relevant content
- asked 2 years ago
- asked 8 months ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 16 days ago
Hi! Thank you for the quick answer. I have not, I have created it using Terraform, and unfortunately I do not see it in CloudFormation.
Is it also not possible to delete a cluster from the AWS CLI? https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/delete-cluster.html
I've also tried the AWS CLI, I get the "UpdateInProgressException. Wait and try again”. There is an answer that mentions this, but I do not seem to be the first person with this issue since there is an unanswered follow-up question where this state never updates: https://repost.aws/knowledge-center/ecs-capacity-provider-create-update#COLRuAtah4QviY-0HRY6sj9w
It seems that the capacity provider is linked to the cluster, but is it not possible to delete the capacity provider? https://repost.aws/knowledge-center/ecs-capacity-provider-error
That is correct Riku, thank you very much for the comments. The capacity provider is linked to the cluster, but cannot be updated/modified/deleted since the cluster is stuck. I've read some suggestions that this might happen when "FARGATE" and "FARGATE_SPOT" are not in the list of capacity providers. I've tried to add/modify the list of cluster capacity providers, but the cluster state blocks every attempt.