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

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

    Another possible cause that I ran into was updating my ECS cluster AMI to an "Amazon Linux 2" AMI instead of an "Amazon Linux AMI", which caused my EC2 user_data launch script to not work.

提交回复
热议问题