I run an Elastic Beanstalk setup, with a dynamic amount of servers, with dynamic IP's, an external provider needs to whitelist our IP, so I need to route all my traffic out via a NAT gateway.
I am using the default public VPC, with 3 default subnets. I have created a new Subnet, and a new NAT gateway, which I have placed on this new subnet.
I have created a new route table for this new subnet, where 0.0.0.0/0 points to an internet gateway.
I have changed the routes from the other 3 default subnets from 0.0.0.0/0 (Internet Gateway) to 0.0.0.0/0 (NAT Gateway).
My instances become inaccessible after i do this, what seems to be the issue, and where can i find some logs?