Intro
There are many ways to run the server and there are plenty of cloud platform option available in the market. But most famous cloud...
For further actions, you may consider blocking this person and/or reporting abuse
I am not able to access the port from the browser. I have followed all the steps correctly. I am not able to find what's the issue. Can anyone help me please?
Hi
Please make sure whatever port accessible from browser, you've added this port in EC2 inbound rule with type http access from anywhere
Did you find how to connect . I am facing the same issue .
👏👏👏
Awesome!
Any idea on how to expose 27017 port to the outer world? I'm struggling with remote connection to the database :(
You need to set inbound rule for port 27017 to make public for ec2 instance
How edit app.js in vscode? or where the files are stored?
You need to use vi to edit app.js as you can access ec2 instance only through terminal
Thank you for your reply....how to push changes in code without restarting server(app.js)???
Hi
I don't think so it's valid scenario and it's not possible
As if you did some code changes , to reflect those changes you need restart the server
According to me there is no way to push changes in code without restarting except if static data like images,css etc
How to configure this ec2 instance with elastic load balancer?