How to diagnose ECS Fargate task failing to start?

前端 未结 5 2194
生来不讨喜
生来不讨喜 2021-02-19 03:32

I\'m trying to launch/run a Dockerfile on AWS using their ECS service. I can run my docker image locally just fine, but it\'s failing on the Fargate launch type. I\'ve uploaded

5条回答
  •  一生所求
    2021-02-19 04:33

    Please go Clusters > Tasks > Details > Containers

    You could see some error message around the red rectangle in the figure "error message."

    Task detail:

    task detail

    Error message:

    error message

提交回复
热议问题