AWS Beanstalk NodeJs Redirect HTTP ke HTTPS

* Disable the http listener from your EB environment
(EB > Environment name > Configuration > Listeners)

* Go to load balancers
* Identify the load balancer
* Redirect http to https
* Check if load balancer's security group allows the http port
florinrelea