I use AWS on the free tier plan.
I’m trying to deploy a docker container to AWS ECS Fargate and I have succeeded in creating the cluster, and the task definition but I have an issue with the creation of the service for the cluster. Every time I try to create a service it fails and the error message of the last one was:
ECSService CREATE_FAILED
with the reason:
Resource handler returned message: “Error occurred during operation ‘ECS Deployment Circuit Breaker was triggered’.” (RequestToken: 5d9d7d5f-0bf0-2630-d037-40acc639f272, HandlerErrorCode: GeneralServiceException)
How to solve this issue? What is happening?