ECR: Task showing pending for more than an hour

0
  • Are you using Fargate or EC2? After the timeout (which would be around 15 min, not 1 hour), what is the error showing on the Task?

profile picture
已提问 1 个月前298 查看次数
2 回答
0

Hello.

Not sure if it is usual to have a task pending for more than an hour.

There may be a problem with the network settings such as the subnet used by ECS.
How about checking the following documents and troubleshooting?
https://repost.aws/knowledge-center/ecs-fargate-tasks-pending-state

profile picture
专家
已回答 1 个月前
0

There could be multiple reasons to see this behavior :

  1. Verify that your task definition is not seeking more resources (cpu, memory etc.) than what the container instance can offer. This could lead to insufficient resources situation

  2. Check for any task placement constraints that might be disallowing the task to be scheduled on the lone container instance you have in your setup as per https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html

  3. I would also suggest to verify your task definition for any syntax errors or missing any mandatory parameters.

  4. Would also suggest to check the desired count and deployment configuration for your ecs service to ensure it meets the task demands. https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html#deployment-configuration-ecs

AWS
Mr G
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则