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

后端 未结 10 1644
时光说笑
时光说笑 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:22

    Other suggested checks

    1. Selecting the suggested AMI which was specified for the given region solved my problem.

      To find out the AMI - check Launching an Amazon ECS Container Instance.

    2. By default all the ec2 instances are added to default cluster . So the name of the cluster also matters.

    See point 10 at Launching an Amazon ECS Container Instance.

    More information available in this thread.

提交回复
热议问题