It's quite a common problem but I can't figure out how to solve it and why the Application Load Balancing does not have an option for it.
I've an Application ELB set for the ECS and listening on 80 and 443, now, i would like to forward all the HTTP calls to HTTPS . What's the way? beacuse in the rules the only thing that I can do is to forward to instances. Do I've to deploy a Container just to do the fowarding? Do I need another ELB (network maybe) to forward HTTP to HTTPS?