I have a basic question with respect to how a load balancer works. I have a VPC created with 3 subnets one in each availability zone(us-west-2a,us-west-2b,us-west-2c
) and a 4th subnet in the same availability zone us-west-2a
.
Now when I enable Availability Zones for the load balancer, I enable it in us-west-2a,us-west-2b,us-west-2c
(subnet1, subnet2, subnet3).
I also have instances running in subnet 4 in us-west-2a. How to enable the load load balancer route traffic to instances in the 4th subnet? Any thoughts?
ip
and yes it is a custom vpc and not a default vpc. – vkr