As described in my question How to deploy a Node.js WebSocket server to Amazon Elastic Beanstalk?,
Using the Elastic Beanstalk web console, I've launched a new Web Server 1.0 environment with:
- Predefined configuration: Node.js, 64bit Amazon Linux 2014.09 v1.0.9
- Environment type: Load balancing, autoscaling
and have set Proxy Server to none.
I've noticed that Amazon is forwarding port 80 (the port for HTTP traffic) to 8080 (the port on which my application server is listening). Why?