I have setup and Elastic load balancer in VPC. There is a public and private subnet. Currently the web server is in the Private subnet and there is a NAT instance in public subnet, from which the web server can be accessed.
Now when i created an Elastic Load balancer, which pointed to the web server in private subnet, the requests from ELB are not being sent to web server.
Is there any special method through which i have to configure ELB in VPC?