I'm trying to setup a Load Balancer within a VPC and am having trouble setting up outbound connectivity. I've seen lots of posts saying that I need to put the instances in a private subnet to let them connect with the internet through the NAT and the load balancer will route the internet traffic to the instances. That looked perfect at first but it looks like it only works for instances manually created in the private subnet as I couldn't figure out how to tell the load balancer to create instances in another subnet than the one it is in (my load balancer is configured to automatically spawn new instances when there is too much traffic). Anyone know how to do that?
Thanks!