I want to change from HTTP and use HTTPS for nodejs services using nginx, I have created self-signed certificate
Now, I want to Change From
http://xx.xx.xx.xxx:3000
To
https://xx.xx.xx.xxx:3000
How to implement this in AWS with EC2 Instance, NGINX or ELB?