我使用terraform部署ecs。
当我运行terraform apply时,一切都正常,但是当我浏览到事件选项卡上的ecs服务时,会出现以下错误:
service nginx-ecs-service was unable to place a task because no container instance met all of its requirements. Reason: No Container Instances were found in your cluster.
我该怎么解决这个问题?我的terraform文件里少了什么?
locals {
name
我正在尝试创建一个基于httpd的docker图像,并提供关于该docker图像的自定义信息。因此,我尝试在/etc/ecs/ecs.config中设置ECS_ENABLE_CONTAINER_METADATA=true。 我正在尝试在ecs实例的用户数据中执行此操作。我注意到的第一件事是,在创建集群时没有提供指定用户数据。 然后尝试复制启动配置并编辑stackoverflow下面的用户数据, ECS, how to add user-data after creating ecs instance 但是当我尝试运行任务时,我发现没有ecs实例与集群链接。 如果你遇到类似的问题,有什么建议吗
Helo,我有空的AWS ECS集群,但我无法将实例放入其中。我想使用启动模板和自动标度组,但我无法分配创建的EC2实例。
这个问题如ecs-agent.log所示
level=error time=2020-10-17T23:23:37Z msg="Unable to register as a container instance with ECS: RequestError: send request failed\ncaused by: Post \"https://ecs.eu-central-1.amazonaws.com/\": net/http: req
我正在为Windows集群使用最新的ECS代理v1.22.0。我想尝试新特性,但是下面的错误消息失败了:
service XXX was unable to place a task because no container instance met
all of its requirements. The closest matching container-instance YYY is
missing an attribute required by your task.
ECS代理日志不显示任何错误。“我的任务”具有以下属性:
"requiresAttributes":
Helo,我有空的AWS ECS集群,但我无法将实例放入其中。我想使用启动模板和自动标度组,但我无法分配创建的EC2实例。
这个问题如ecs-agent.log所示
level=error time=2020-10-17T23:23:37Z msg="Unable to register as a container instance with ECS: RequestError: send request failed\ncaused by: Post \"https://ecs.eu-central-1.amazonaws.com/\": net/http: req