If we need static IP address in AWS for Load balancer then we have to go for Network Loadbalancer forwarding requests to Application Loadbalancer.
Now since ALB only supports HTTP and HTTPS protocols And NLB only supports TCP protocol
How does this communication actually work?
The client like browser will send the request in HTTP or HTTPS. How does this communication happens ?