Can ecs services communicate with AWS AutoScalingGroup without NAT Gateway – Amazon web services
I have an architecture similar to https://github.com/aws-samples/ecs-refarch-cloudformation I would like to know if I can have an AutoScalingGroup with instances in private subnets without using NAT Gateway? I was experimenting with removing the NATs and adding VPC endpoints but I…