I have a cluster (that could have N instances in autoscaling) and I have a service with a website done in Node/Express.
I have a Elastic Load Balancer which has a Target Group and the Listener points certain path to this target group.
Everything works as expected, the website loads, and I can access with and without https but how could I make the HTTPS mandatory redirecting from HTTP? I don't have any proxy in ECS (don't know if nginx-proxy supports several instances in my cluster)
Thanks