I discovered that configure HTTPS on the AWS applications LB is the easiest way to secure my website and even use HTTP/2 with HTTPS listeners.
But, surprisingly, when AWS Application LB distribuite the requests across the servers, all the requests are converted in HTTP/1.1.
I understand that I'll notice fewer connections between clients and the load balancer but all the requests behind the Application LB were sent in HTTP/1.1.
So the question is, what are in your opinion the drawbacks of this solution?
Could I effectively say that my website is served in HTTP/2 (even if I can't use the server-push feature)?