Posts

Showing posts with the label amazon-ecr

AWS Fargate ResourceInitializationError: unable to pull secrets or registry auth: pull command failed: : signal: killed

4 1 Slightly tearing my hair out with this one... I am trying to run a Docker image on Fargate in a VPC in a Public subnet. When I run this as a Task I get: ResourceInitializationError: unable to pull secrets or registry auth: pull command failed: : signal: killed If I run the Task in a Private subnet, through a NAT, it works. It also works if I run it in a Public subnet of the default VPC. I have checked through the advice here: Aws ecs fargate ResourceInitializationError: unable to pull secrets or registry auth In particular, I have security groups set up to allow all traffic. Also Network ACL set up to allow all traffic. I have even been quite liberal with the IAM permissions, in order to try and eliminate that as a possibility: The task execution role has: ...