Amazon web services – Couldn't connect to MongoDB Atlas from AWS ECS Task with VPC Peering
Basic setup: MongoDB Atlas M10 instance, configured with VPC Peering according to the following guide (https://www.mongodb.com/docs/atlas/security-vpc-peering/) AWS ECS Service configured with EC2 Launch type and Application Load Balancer, which serves a NodeJS backend. AWS ECS Task configuration's networkmode is 'awsvpc'…