AWS ECS Error when running task: No Container Instances were found in your cluster

后端 未结 10 1643
时光说笑
时光说笑 2020-11-28 04:02

Im trying to deploy a docker container image to AWS using ECS, but the EC2 instance is not being created. I have scoured the internet

10条回答
  •  自闭症患者
    2020-11-28 04:30

    I ran into this issue when using Fargate. I fixed it when I explicitly defined launchType="FARGATE" when calling run_task.

提交回复
热议问题