Auto Deploy Nodejs Rest API on AWS EC2 | CI/CD pipeline using GitHub Actions
ฝัง
- เผยแพร่เมื่อ 6 ก.พ. 2025
- Hello everyone! In this video, we will set up automatic deployment of Nodejs Rest API on AWS EC2 instance using GitHub Actions
The API was built using Express ( Node.js framework ) and MongoDB Atlas which is a NoSQL cloud database platform.
You'll learn How to:
➤ Login to the AWS console and create an EC2 instance
➤ Setup GitHub Repo and Push your project
➤ Login to EC2 instance using Windows Powershell as well as PuTTY
➤ Setup GitHub Action runner on the EC2 instance
➤ Create GitHub Secrets for managing environment variables
➤ Create CI/CD Workflow using GitHub Action
➤ Install nodejs and nginx on the EC2 instance
➤ Install pm2, a process manager for Node.js production applications
➤ Configure nginx and how to restart it
➤ Run backend node.js rest api built using the express framework in the background as a service using pm2
➤ Add the command in yml script of the project to restart the nodejs api server after every push to the repo
➤ Support me by COMMENT, LIKE, SUBSCRIBE, and SHARE
➤ Channel link - / @webwizard8
➤ Music Licence:
Song: Atch - Freedom
Music provided by Vlog No Copyright Music.
Creative Commons - Attribution 3.0 Unported
Video Link: • Atch - Freedom (Vlog N...
Song: Hotham - Find
Music provided by Vlog No Copyright Music.
Creative Commons - Attribution 3.0 Unported
Video Link: • Hotham - Find (Vlog No...
Song: LiQWYD - Sweet
Music provided by Vlog No Copyright Music.
Creative Commons - Attribution 3.0 Unported
Video Link: • LiQWYD - Sweet (Vlog N...
Song: LiQWYD - We've Got Time
Music provided by Vlog No Copyright Music.
Creative Commons - Attribution 3.0 Unported
Video Link: • LiQWYD - We've Got Tim...
#autodeploy #nodejsrestapi #awsec2 #cicd #githubactions #restapideployment #nodejsdevelopment #awsec2deployment #githubactionstutorial #nodejsexpress #deployrestapionec2 #awsec2cicd #githubactionspipeline #restapiawsec2 #deployrestapi #cicdpipeline
GitHub Repo - github.com/kalyansaxena/nodejs-restapi-ec2
GitHub Actions - github.com/features/actions
AWS Management Console - aws.amazon.com/console/
This is amazing, I have been looking for a video that properly explains the whole process of deploying a Nodejs app with a CI/CD pipeline using GitHub actions. Thanks a lot.
After researching and viewing so many resources, this is what i was looking for, thank you so much for this video. Keep posting such videos.
I spent hours searching for help on this exact thing, this was the only video that left me satisfied. Thanks for the video
I'm glad that the video met your needs and left you satisfied! Your kind feedback motivates me to create more content. Thanks for watching and for your support! 😊
Great man, you have covered almost everything. Thank you!
Wow.. i have been doing env variable loading wrong all along 😂😂😂.
Thank you. I never thought about doing it this way
such a amazing video i have never watched that kind of simple video
Very well structured and clean explanation. Please do continue to make these kind of videos. Good luck. You got a subscriber !
It was the best video ever for this. I followed every step of yours. whenever I have to modify something according to my need I just ask chat-gpt. Thanks a lot!
Thank you for your kind words!! I'm really happy that it helped you!
This is the best video i have ever seen on this topic keep growing brother
WOW!!! You are the best man!. Thank you so much, you nailed it.
Kudos brother. Keep up the good work.
Great Video, lots of information, I was exactly looking for this! 😍
Amazing video and learn how to deploy node js app with CI/CD pipeline via github actions this process can reduce manually work.
Great video, a cool addition would be adding different environments (prod, dev, staging)
With the stuff he taught is enough to do it yourself. Just create the pm2 instances for each branch and the corresponding github action logic for it
@ yeah, I’ve done it severally, just pointed out an improvement cos anyone that wants to implement this would most definitely want separate environments.
Thanks a lot, this really helped and cleared a lot of struggles
Thanks bro new skill added😅👍
Hats off man 💪
Loved it ❤️👍
very very useful and easy to understand .thanks bro
you are God bro. Thank you
good one
Thank you my friend. You saved my job
nice tutorial video, helped me understand this concept alot
Best Resource...Thanks sir ❤❤
Thanks, Amazingly explained man
Could you please make a video on eks , load balancing nodejs ci CD pipeline
Plz zoom a little bit...there r many mobile viewers... overall video is good ❤
Thank you very much ,for sharing this content . It saved me lot of time and have gained lot of knowledge.
Very clear explanation - well done and thank you!
Thank you, Glad it was helpful!
Awesome bhaii.....subscribed
Hi bro, Loved your explanation on this video. Thank you soo much for this content. Please make more videos, Don't stop it
Thank you, More to come!
Thankyou so much brother. you are own, you saved my lots of time
Thank you, it was a wealth of knowledge. 😁😊
Thank you! Very useful video!
well explained. easy to deploy ,
Thank you so much, very nice video but i have a doubt i am using the private repository so how do i configure that and run the workflow, please do give the steps for this
Thanks alot for this amazing video!
Excellent Explanation brother
It's amazing
thanks for the tutorial it helped a lot
great work
Great video crack
Really , awesome video. I have a question like in our company all the time we are reloading our machine like using pm2 reload 10 . How can we achieve that functionalities.
Amazing video
Clean Explanation thanks!
Thank you for this, can you also show how to do this with auto scaling running multiple ec2 instances?
Thank you. Good video with good explanation
You're welcome! I'm glad you found the video and explanation good
your rock
Thanks man!
osm
Hey,
can I know how you have changed the background image of powershell?
Thank you so much.
video is so much usefull,
but brother i have one question like if i stop my instance and restart it so what i need to do ?
Check PM2 Process List and verify express server is running or not: pm2 list
If your app is not running, you can start or restart it with PM2: pm2 restart
Refer to this for Automatic Startup on Boot - pm2.keymetrics.io/docs/usage/startup/
thanks a lot man!!
You're welcome! I'm glad you enjoyed the video. Explore the channel for more content and consider subscribing!
thank you, very helpfull
You're welcome! I'm delighted to hear that you found the video helpful. Explore the channel for more content and consider subscribing!
hi great video, But how can we do this for 3 different environment ie, development, production, qa on aws
Thanks for the tutorial buddy ❤ I have deployed my Express server into AWS EC2 but it’s on http port and getting security issue in Frontend. Can you please make a video on how to change it to https ? Would be helpful 😊
you need to install install certificate on a application load balancer, then use SSL termination. ur EC2 will get a SSL. make sure to use route53 and AWS ACM to help u
can we use the same instructions on ubuntu instance ?
How can i have different stages for the above ?
For example I have 2 ec2 instances and I have configured runners on both of them. One for staging and one for production.
How can i do it?
can you make a video on using mysql
Thank you so much
You're welcome! I'm glad you enjoyed the video. Explore the channel to find more content!
Hi, I want to store the .env values in the github secreat. And then i want them to pull them to the docker. Which i am only able to do it for the first key value pair stored in the github secreat. I can load multi values from it. Can u help me out here?
thanks a lot bro
You're welcome! I'm glad you enjoyed the video. Consider subscribing to the channel to get more content like this, Your support and feedback mean a lot to me!
Hey I have been setuped all the things but I'm unable to connect api I'm getting 404 error
can you help me any of one
There will be some command equivalent to docker compose -logs to see the errors of the app on the server ?
you can use PM2's built-in logging functionality to view logs. For example, you can use the "pm2 logs" command to tail the logs in real-time.
sir can we do the same process for MERN stack application deployment and if i changed the source code and again i merged with the existing code in the github means will the application already deployed in the ec2 also change simultaneously or we need to restart the server? i'm a student sir please reply for this question. And i wants to reach you personally is there any possible way to contact you?
what is diff between jenkins and github actions?
Jenkins and GitHub Actions are both tools used in the continuous integration and continuous deployment (CI/CD) process.
Jenkins is an open-source automation server that allows building, deploying, and automating projects. It's highly customizable and has been in the market for a longer time, offering a wide range of plugins and integrations.
On the other hand, GitHub Actions is a newer offering by GitHub that is tightly integrated with the repository. It allows you to automate tasks directly from your GitHub repository. It's well-suited for projects already hosted on GitHub and simplifies the CI/CD setup with its YAML-based workflows.
Could you do a video on how to implement docker for this process?
Thanks for your comment and interest in the video! I'll definitely consider creating a tutorial on implementing Docker for this process. Stay tuned for updates on my channel!
@@webwizard8 Sounds great, thank you!
@@tomhardy7734 mean time I'd recommend watching this video - th-cam.com/video/YDNSItBN15w/w-d-xo.html
Hi
Is it possible to create the action using other branch?
We neet to download Ubuntu in Laptop?
Please how to auto deploy laravel rest API on AWS EC2 | CI/CD pipeline using github Actions and apache
How to make this http api request with https
I want to understand. Why ubuntu? Is there a specific reason or prejudice?
Almost 90 percentage of website run on Linux server remotely. That's why Ubuntu is first choice of all.
Hey I have been set-up all the things as per your guideline but I'm unable to connect api, I am getting 404 error
can you help me any of one
404 means not found error
You need to verify the route has been implemented in your api
Would be great without the music.
SSL kese kre bolo bhia
I am not getting _work folder
did you find it
before i used github action and self hosted runner, i manually push my repo to my server. so currently i start using it and now i have issue where after the workflow fully deployed, the file has been changed inside _work file, but my server is running at my home directory, how to solve this?
did you configured nginx web server? see the video where I've showed nginx configuration, this might help
the role of using github actions workflow is to clone our github repo into _work folder whenever a change made to our github main branch
once the repo is available inside _work then its our responsibility to make use of web server like nginx and redirect requests to the localhost port
pm2 plays role for starting and restarting your express server
@@webwizard8 so i have to pm2 start the nodejs file inside my _work folder? In my nginx, i configured it to detect /api/ and also my react build file that has been placed in /var/www/html, do i have to change this?
Keep zooming screen
bakit parang malungkot ka?
Hi bro very nice video but can you help me ????
when i on pm2 start i recive 502 gatway error message and I can't fix it,,, i dont understand it .. please help me ???
If nginx is having problem reaching out to the web server then you'll encounter 502 bad gateway error
So culprit would be your express server
make sure to run pm2 start command inside your repo folder where server.js file exists
observe the video from 30:45 onwards
how can I start my Next.js project using pm2 command?
pm2 start "yarn start" --name "next"
I want make https request how to implement that,i have a https setup in my node server,since i am developing a mobile app i used https requests
no git, but lots of music references....
These runners are getting stopped after some days
Hi, Thanks for bringing up to the notice, I'd recommend going through this docs once - docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits
@@webwizard8 hey I have a question if this self hosted runners and workflows are stopped after a certain time does this effect on my application which is in aws
@@NarayanMaity-z5n
It will not affect you application, but new pushes will not be reflected there.
At this moment, you pollute the whole environment with background noise and expect someone to “watch, subscribe and share”?? 😂
Thank u bro ..
You're welcome! Thank you for watching!