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

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

    The real issue is lack of permission. As long as you create and assign a IAM Role with AmazonEC2ContainerServiceforEC2Role permission, the problem goes away.

提交回复
热议问题