Reputation: 119
Hosting NodeJs on Amazon AWS EC2. Server running there as shown in command line as Server running at: http://ip-XXX-XX-XX-XX:3456. But when i'm trying to open it in browser i cant access it using "DNS Hostname:Port Number".
Example : http://ec2-52-0-14-185.compute-1.amazonaws.com:8080/(Not my link)
P.S. I'm from India and Server is hosted at US West(Oregon).
Upvotes: 0
Views: 76
Reputation: 11
Did you open the port for the server? If not, check here. You should open the port which your node.js application is listening to.
Upvotes: 1