'Retrieve previous tak definition and prepare new task definition - Could not connect to endpoint https://ecs.********.amazonws.com/
can you help me? I'm doing a continuous deployment with circle.ci... The unity tests, build and push is working.
But when i try update the ecs task, i'm getting the error:
ERROR: Could not connect to the endpoint URL: https://ecs.********.amazonws.com/
in the circle.ci i'm using the orbs aws-ecs: circleci/[email protected]
Any idea what is happen? I don't know what to think/search anymore..
Update:
I tried run the command aws ecs update-service --service ng-prod-service --cluster ng-cluster --force-new-deployment And to my surprise i get the same error..
But my aws login works.. aws ecr get-login-password --region sa-east-1 | docker login --username AWS --password-stdin 119120169187.dkr.ecr.sa-east-1.amazonaws.com
Solution 1:[1]
i think the problem is with my credentials... So i made new credentials with new iam rules and registerd on circle.ci and then it works... It was probably the iam rules or iam credentials...
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dayglor |

