Deploy Node app on AWS EC2 Amazon Linux 2

preview_player
Показать описание
Deploy Node app on AWS EC2 Amazon Linux 2 by installing node js and setting the app up as a systemd service

Code Examples:

Chapters:
0:00​ Intro
0:14 Setting up an EC2 Instance
2:31 Installing Node
3:21 git clone code onto the instance
4:28 Running the node app
6:13 Environment Variables
9:38 Systemd service
14:13 Summary

🔗Other tutorials:

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

Just wanted to say, I have had to gone through this process over a dozen times and I always come back to this video and the nginx set up. Your awesome. Thank you!

ddowy
Автор

There are tutorial videos, and then there's this tutorial video, which is a tutorial video about deploying Node on an AWS EC2 instance. Great work!

JBeique
Автор

This makes sense now. Was always trying to create EC2 but stuck at terminal termination, app used to stop always. Thanks man!

clinto_abraham
Автор

Hi Sam, great stuff. I've decided to ween myself off of beanstalk and find your videos to be concise, informative, and easy to follow. Thank you!!

RolandAyala
Автор

Didn't know Edge left WWE and became a software developer 😉😉Nice explanation btw

souravdutta
Автор

It's a best video and it's really works smooth I read hundred of documents but I didn't understand how to host but, after seeing your video I understand easily and I host a node app think you very very much I love Keep doing it

FreeTime-
Автор

Hey, sam. Thanks for this amazing video, and also the article!

therustguy
Автор

Thanks bro! I solved a problem about ec2 I was facing thanks to your video (I forgot to add TCP port rule to security groups) Keep making such good content!!!

kaliteliyazlmc
Автор

Hey, welcome to come back again, after 5 months. Nice to see this video, since I have developed a Nodejs app (TDD with using jest and superset inspiring your tutorials), I was thinking how to deploy and where, and see this video. Very happy.

talatkuyuk
Автор

nice video! it worked perfectly! I have 2 questions though...

1. Why didnt you use CodeDeploy?
2. How would you integrate this method in a pipeline?

lawais
Автор

I reproduce the results of your video. I am not able to use the systemd command to turn the web app into a always-up service. In fact, after starting the pulled repository content (which goes fine hosted locally), its status is (code=exited, status=1/FAILURE). Do you have some idea how to debug this issue?

brunohlnp
Автор

thanks bro, had trouble when i couldn't use dotenv

netsaosa
Автор

thank you so much, loved your tutorial and you definitely deserve more views and subscribers for your effort

shahzadasalman
Автор

Thank you sir for this awesome tutorial. Exactly what I needed!!

ayush
Автор

Sooper useful.👌👌
Very great resource video.

subhashgn
Автор

thank you, this has been so incredibly helpful

sweatersface
Автор

Hi Sorry That was my mistake. Here I didn't Stop node server.js in my terminal. It is wokring After stopped the Terminal node server.js. Thanks Really is helping ur videos.

ponmaniraja
Автор

Note for myself:
Need to get back to 1:02 when deploying our node App

aliceg.
Автор

"First Try... That doesn't always happen" soooo true.. so funny and painful at the same time :)))

alexciotor
Автор

Thank you very much!
Your video saved me a lot of time!

node_python_lover