Attaching an instaces in private subnet to public load balancer
- Refer Here for the official support document from aws
- refer to the class room video on how to realize the load balancing
Elastic Load Balancing
-
Elastic load balancing supoorts the following types of load balancers
- Classic load balancers: supports both layer 4 and layer 7. But aws is recommending to use new age load balancers
- Network Load Balancer: Layer 4 load balancer
- Application Load Balancer: Layer 7 load balancer
- Gateway Loadbalancer
-
Try to create an Application Loadbalancer with one target to lamp stack
