Deploy NodeJS APP on Amazon EC2 Instance

preview_player
Показать описание
In this video we will learn how to deploy NodeJS app on Amazon web services. We will deploy the nodejs app on EC2 instance. we will deploy a TODO app in written in express. we will expose the port 5000 on our EC2 instance.

Рекомендации по теме
Комментарии
Автор

I spent an entire week trying to figure this out and you have done it. Amazing!!

sashaparsons
Автор

Thanks for this video and the accompanying repo. I have deployed my first ever node rest api using this video.

AbirBinAyubKhan
Автор

You should use a process manager like PM2 for running Node JS apps. It takes care of things like running a cluster to better handle load, as well as to restart the app in the event of a crash.

[Edit: Also use a reverse proxy like Nginx that maps port 80 to port 500. Nginx can be use be used for many other things as well, such as for configuring https]

AbhishekNigam
Автор

This video finally helped solve my issue. Thank you!!!

kennyw
Автор

Great content, I searched in many places and hadn't found it! Congratulations, +1 subscribed!

denisgusto
Автор

this video is helpful. My new job is going to use AWS. I select this video because I need to prepare for the job.

chenyiru
Автор

Crystal clear presentation. Thanks much.

paarie
Автор

Thank you for such a great tutorial.
Can you please teach how to setup env variables or just how can i pass them with npm start command?

siddhantshukla
Автор

Very helpful video for AWS. Love you man for sharing knowledge about AWS

emdadulhuq
Автор

Thanks alot I've been trying to do this for too long but thanks for the tutorial

mugishaalainchristian
Автор

It's simple and easy to understand. Thank you.

uvinduishara
Автор

Thanks for the video, this is super helping and easy to understand.

cypherLabs
Автор

Thank you so much!!! I was able to get my node site up on an EC2 Instance with your tutorial, you're the best!!!

catherinekim
Автор

Love you man this tutorial was so helpful. Blessings to you.

abiespinal
Автор

if we want our node app to keep running always, what should i do?

sravankumaryadav
Автор

I did exactly this and it works but only using obsolete http.
Whenever I use https I get an error. Is there any way to fix this?

BioAbner
Автор

how do you leave the node app running before you leave the ssh connection? would it be : "node <app> &" or another way?

cesarp
Автор

Thank you very much. You saved my time.

ShamsNahid-gccx
Автор

how to access the api's with https protocol. Please guide in next video thanks

muhammadusman
Автор

How server will be keep running automatically? The way you showed that way we need to manually start the server so we can open the website in browser.

AngrejKumar