Amazon web services – Batch Job (Fargate task) cannot pull image from ECR
I'm struggling to understand what VPC configurations are necessary to enable AWS Batch Jobs, running in a Fargate compute environment, to retrieve images from ECR. vpc.ts // Create VPC this.vpc = new ec2.Vpc(this, `VPC-${props.modelContext}-${props.stageName}`, { maxAzs: 3, // Maximum number…