【发布时间】:2020-01-27 02:10:46
【问题描述】:
我刚刚使用 pip install ecs-deploy 安装了 ecs-deploy。当我尝试部署时出现类似错误
我第一次得到:
Deploying based on task definition: task-demo:2
Creating new task definition revision
Successfully created revision: 3
Updating service
Successfully changed task definition to: task-demo:3
Deploying new task definition..........
2020-01-26 14:12:57.563000+00:00
ERROR: (service demo-service) was unable to place a task because no container instance met all of its requirements. The closest matching (container-instance ba93b620-89fa-4970-bf54-535a373d1aba) has insufficient CPU units available. For more information, see the Troubleshooting section of the Amazon ECS Developer Guide.
Deployment failed
从第二次开始:
Deploying based on task definition: task-demo:5
Creating new task definition revision
Successfully created revision: 6
Updating service
Successfully changed task definition to: task-demo:6
Deploying new task definition...................................................................................................................................................................................................................................................................................................
Deployment failed due to timeout. Please see: https://github.com/fabfuel/ecs-deploy#timeout
【问题讨论】:
-
@Rodrigo M 你能帮忙吗
标签: amazon-web-services amazon-ec2 amazon-ecs