1回答
- 新しい順
- 投票が多い順
- コメントが多い順
6
Hello! If using Fargate and the subnets associated with your Batch compute environment do not have a NAT Gateway attached, your job will fail as it cannot connect to the internet to pull the Docker image. To solve this issue, you can set the assignPublicIp parameter in the Batch job definition to be ENABLED. For more info on Fargate compute environments in Batch, check out this documentation.
Thanks very much. It would be worth adding this small detail to that tutorial.
関連するコンテンツ
- 質問済み 2年前

Update: If I change the platform to EC2 it seems to work. Any ideas why Fargate does not?
I received the same error on Fargate as well, following the same steps. +1 for this question.