1 Answer
- Newest
- Most votes
- Most comments
0
What network mode is your task definition configured to use? Does your default VPC allow access to the Internet? To access the image from ECR, you'll either need Internet access from your VPC or create a private link
answered 3 years ago
Relevant content
- asked 2 years ago

for task to be running desire count should be 0. Also check the subnets which you are using for creating service. Check if the task definition is able to pick the image
for task to be running desire count should be 0. Also check the subnets which you are using for creating service. Check if the task definition is able to pick the image
I am not clear why desire count should be 0. I see that tasks are running so it means the task definition is able to pick the image. The issue is task are not stable, they do not go to healthy state from pending state.