AWS EC2 WSS connection
I’m currently running an application on an EC2 instance, which is operating through a Docker image. The Docker run command I’m using is docker run 80:8443 because I have EXPOSE 8443 in my Dockerfile. My application is set up with SSL, so when I enter the domain of the EC2 instance, I get HTTPS, which I’ve set up through an Application Load Balancer (ALB).