Your video was very well done. I was able to deploy a nodejs webapp on my first attempt. Your 30 minute video took me about 7 hours to complete and I was filled with dread when you said at the end that you had a short 7 minute video explaining how to buy a domain name. I knew that was gonna take me 30 mins to an hour. But time is not an issue, understanding is, when it's your first time. I invested the time to thoroughly understand your instructions and deploy the app. It went off well and my app is up now and ready to be tested by users. Well done!!!!
Got my first "Full Stack" data analysis app up with this video. You helped connect a lot of dots that were not connected by amazons documentation. Thanks!
@@SamMeechWard It’s been 2 months and i’m starting a company in silicon valley with Azure as a platform you inspired me and we are getting our first investment august 1st and it’s going so well
Woahhh...Woahhhh. What a great tutorial sir!. I was thinking to learn how to host a server in cloud and what is ssh what is reverse proxy how to map domain name to our server...like man i got all the answers in a single 30min video. Thank you so much for producing these high quality videos and keep on doing em! Hats-off.
Oh man. You've made my day. Not only to explain how to do it but also explained your considerations and a full cheat sheet. You just won a membership. Thank you!
Flawless! I was able to do this on a AWS Linux 2023 free tier instance, but had to look up the instructions for installing node and caddy, everything else worked like a charm!
Like so many before me, THIS VIDEO MADE IT ALL HAPPEN! I had a slightly different stack going into it but this video covered key points I needed to deploy my first application through AWS. Thank you Sam!
Really useful and impressive content - I used it to setup an EC2 instance for the first time ever, get my NodeJS Express GraphQL server installed and connecting to a PostGres DB (also on AWS - so skipped the part about installing locally) get the systemctl stuff done, and Paddy for SSL only connection to my server. Took me a few hours, and rewinds to get everything done, but all working fine now! Thank you VERY much!!!!
Note on 19:18 that if you installed Node.js differently, like via the NVM Node Version Manager, you have to set different ExecStart path in the .service file - or else you'll receive an error "Active: failed [...] Process: .... ExecStart=/usr/bin/node index.js (code=exited, status=203/EXEC)" when doing "sudo systemctl status myapp.service".
this might be a dumb question. instead of copying your files from the local machine to the remote machine. you can install git on ec2 and pull from repo ?
I've been looking for straight forward instructions for months. Thanks to you My site is hosted. Still need to figure out how to install and configure a MongDB database
I love watching people setup servers from scratch like this. Can i actually do it? Hell naw😂. Would I do it if i could? Maybe, so I'm saving this one for future reference. Awesome video
12:32 i clicked the "open address" from AWS console rather than copying the address so it was opening the app in https not http and i was unable to access it. I was stuck on this for a day
can anyone explain to me how the server file and the react app both run? I am having a lot of troulble starting my vite app in the front end directory and the server from the systemD command?
I am assuming that you are having your app.js using server.js files , so that eventually it is able to connect to it how it connect on local computer , because you could see that it is still now being running on local host 3000 so that would be able to access the 5000 port server running on it .
Thank you. That's a bit more of a challenge because terraform isn't really used for single instance configuration. You would end up using something like packer to create an ec2 image of the node app, then use terraform to create a new instance based on the image. Terraform is used for immutable infrastructure, which this is not. However, I do have a series of videos on how to use terraform and packer for this kind of stuff, but you'd end up with many ec2 instances instead of just one.
Great video man! I just found your channel and saw 2 and were amazing. Will try and replicate that with a local project I have. Hopefully you will do some terraform and ansible too, if you haven’t done already 😅
Awesome job! thank you. What about MongoDB and nginx, I hope you explain that someday. Another question, please: How can I get the client's IP (remote ip)?
quick question, since you have a git repository in the local machine, why did you pull that one inside the app folder instead of transfering the files via terminal?
quick question can we not add our git credentials to the server and then use them to pull changes and deploy from the server or if that is not a standard practice ?
curious - why dont you have your frontend in client and backend wrapped in a server folder with the package.json etc in the root app? just seems a little odd to have the backend spread out like that then a frontend folder inside of it all
I had an express app that I deployed on AWS using this video tutorial. I am able to make a CURL request to this but the request using postman yields the error as "Request time out" what might be the issue ?
top notch content Sam! Would you care to explain what you meant by 'I have a migration system on my app". Why did you have to run npm run migrate? Thanks!
Awesome job! Would be great to see how to move from this infrastructure to one more scalable, with a dedicated RDS instance, a load balancer and maybe different ec2 instances for different microservices, maybe using terraform. But as you said this is foundational and it's very well done!
Hello, my app is running in a docker container inside ec2. Can i do the same thing with an app running inside docker container ? I purchased a domain name from Namecheap, i installed caddy and i did everything you are showing us in this tutorial but i'm getting an error saying : "This site cannot provide a secure connection" and with error type : "ERR_SSL_PROTOCOL_ERROR" in Chrome and Edge and "SSL_ERROR_INTERNAL_ERROR_ALERT" in Firefox
I use a few different pieces of software, but my main video editing is done in Camtasia. It's pretty easy to use and all the basics are covered in their intro 45 minute video: ruclips.net/video/AE1Hfy-yw4s/видео.html
Finally a video from A to Z... Most video of AWS tutorial I found start from Y to Z...
true!!
Your video was very well done. I was able to deploy a nodejs webapp on my first attempt. Your 30 minute video took me about 7 hours to complete and I was filled with dread when you said at the end that you had a short 7 minute video explaining how to buy a domain name. I knew that was gonna take me 30 mins to an hour. But time is not an issue, understanding is, when it's your first time. I invested the time to thoroughly understand your instructions and deploy the app. It went off well and my app is up now and ready to be tested by users. Well done!!!!
Your comment actually motivated me to spend more time to understand everything in depth. I have also spent 10+ hours on this. Thank You.
Stumbled upon the video, and watched the whole thing - at normal speed and rewinding along the way. Great material
This is probably one of the most underrated AWS tutorial videos on YT
Man, this is the greatest tutorial video that I've ever seen!
Thank you 🤗
Ive been waiting all my life to understand what my boss had me do my computer via Google cloud run 😅. This is a hrll of a revision. thanks man.
this is exactly what I was looking for. After taking notes I am excited to practice this many times to ensure foundational knowledge. Awesome stuff!!
Got my first "Full Stack" data analysis app up with this video. You helped connect a lot of dots that were not connected by amazons documentation. Thanks!
Glad it helped 🤗
@@SamMeechWard It’s been 2 months and i’m starting a company in silicon valley with Azure as a platform you inspired me and we are getting our first investment august 1st and it’s going so well
Woahhh...Woahhhh. What a great tutorial sir!. I was thinking to learn how to host a server in cloud and what is ssh what is reverse proxy how to map domain name to our server...like man i got all the answers in a single 30min video. Thank you so much for producing these high quality videos and keep on doing em! Hats-off.
Oh man. You've made my day. Not only to explain how to do it but also explained your considerations and a full cheat sheet.
You just won a membership. Thank you!
Thank yo so much for this tutorial. This is the only working tutorial in the internet and explains everything so good and it only takes 28 minutes
Flawless! I was able to do this on a AWS Linux 2023 free tier instance, but had to look up the instructions for installing node and caddy, everything else worked like a charm!
Like so many before me, THIS VIDEO MADE IT ALL HAPPEN! I had a slightly different stack going into it but this video covered key points I needed to deploy my first application through AWS. Thank you Sam!
Really useful and impressive content - I used it to setup an EC2 instance for the first time ever, get my NodeJS Express GraphQL server installed and connecting to a PostGres DB (also on AWS - so skipped the part about installing locally) get the systemctl stuff done, and Paddy for SSL only connection to my server. Took me a few hours, and rewinds to get everything done, but all working fine now!
Thank you VERY much!!!!
This was the best video that I ever watched!
Complete and so simple to understand!
Thanks a lot!
Your videos are always straightforward and I absolutely love them 🥰
bro doesn't waste a second! quality tutorial
Just straight to the point, no nonsense. Best video ever, that covers everything.
You always deliver an amazing RUclips tutorial for the viewers! Your explanations are always spot on! Thank you so much!!! :)
Your way you explain things makes you one of the best tutor i know, Thank you so much
You are amazing. The most detailed explanation I have ever seen. Thank you so much.
This is the finest tutorial I have ever seen. Thanks man!!
Note on 19:18 that if you installed Node.js differently, like via the NVM Node Version Manager, you have to set different ExecStart path in the .service file - or else you'll receive an error "Active: failed [...] Process: .... ExecStart=/usr/bin/node index.js (code=exited, status=203/EXEC)" when doing "sudo systemctl status myapp.service".
what changes are to be made?
Thank you so much! Your video helped me setup a client webapp with ease. You teach so well! Much gratitude to you brother
Hands the best video on AWS on the internet.
Thanks so much, your way of teaching makes things simpler. Waiting for more videos 💫
this was incredibly helpful, got my first custom domain web app running!
Best video on Deployment on AWS.
Perfect .. pace and content are magically effective. Thanks
Man your videos are amazing and really clear. you gained a subscriber. Thanks
this might be a dumb question. instead of copying your files from the local machine to the remote machine. you can install git on ec2 and pull from repo ?
Yeah but it's too much hassle just for this video. You will have to create and delete the repo
Yes, you can
I imagine that there will be some files that won't be located on the repo you may want to copy over. For example .env files
@snakefinn but he didn't copy over the .env files using rsync either lol.
imagine u lose ur git account
Great vid. looking forward for your next video on deploying the same using ecs and eks
I've been looking for straight forward instructions for months. Thanks to you My site is hosted. Still need to figure out how to install and configure a MongDB database
Thanks man your video is very helpful for my college ✨✨, You deserve more attention 🔥🔥
at 9:56 how do you go to my app git(main)
Great, great video - loved the explanation with each step too.
Thank you, you explained in a simple and understandable way!
Great tutorial, very well explained, easy to follow and fun to watch. greeting from DR.
I love watching people setup servers from scratch like this. Can i actually do it? Hell naw😂. Would I do it if i could? Maybe, so I'm saving this one for future reference. Awesome video
Dope!!!!!
Thank you so much, it was very clear and interesting. Appreciate your work
Fantastic walkthrough!
Fantastic comment!
@@SamMeechWard Fantastic Reply
this is the exact and perfect aws tutorial have been longing for thanks sam meech-ward
12:32 i clicked the "open address" from AWS console rather than copying the address so it was opening the app in https not http and i was unable to access it. I was stuck on this for a day
Dude I've been stuck on this since yesterday and trying everything to fix it. So glad I ran into your comment :p thanks!
@@alifakhoury1958 haha same same
is it good for production app to use Postgres installed in ec2 than RDS Postgres
Fantastic video. Thanks for the clear explanations!
谢谢!
Can you do a follow-up video, just covering changes required if using Bun instead of Node Js?
Amazing! Thanks a lot, this is extremely helpful.
This was really good. I leant a lot 👍
can anyone explain to me how the server file and the react app both run? I am having a lot of troulble starting my vite app in the front end directory and the server from the systemD command?
really worthy to watch. thanks sir
broooo this video is so solid
Thanks Sam, you are genius.
This was very useful, thanks!
Such a great video. Thanks!
the best tutorial, thank you so much
You are incredible kind sir. Thank you for this
You are awesome!🔥
Brilliant tutorial !!
Any alternatives o rysnc? Does not work on git bash
eaxctly what I need, greate video!
I have an App.js running on port 3000 and a Server.js (Backend) running on port 5000. How would this work?
+1
I am assuming that you are having your app.js using server.js files , so that eventually it is able to connect to it how it connect on local computer , because you could see that it is still now being running on local host 3000 so that would be able to access the 5000 port server running on it .
Fantastic the way you explained. And i request you make a tutorial on pm2 load balancer etc... thanks
Great video. I would highly recommend AWS CDK or terraform.
Amazing content, Thank you ❤
This is a really great video.
Really great guide ❤❤
great video thanks. Can you create a video about doing same with Terraform please?
Thank you. That's a bit more of a challenge because terraform isn't really used for single instance configuration. You would end up using something like packer to create an ec2 image of the node app, then use terraform to create a new instance based on the image. Terraform is used for immutable infrastructure, which this is not. However, I do have a series of videos on how to use terraform and packer for this kind of stuff, but you'd end up with many ec2 instances instead of just one.
Great video man! I just found your channel and saw 2 and were amazing. Will try and replicate that with a local project I have.
Hopefully you will do some terraform and ansible too, if you haven’t done already 😅
Great tutorial! I did something similar using Linode, but used nginx instead of Caddy. Caddy seem like a simpler choice with the automated ssl.
I only recently started using it, but it's been awesome and I trust the community behind it
This was really great.
Awesome job! thank you. What about MongoDB and nginx, I hope you explain that someday. Another question, please: How can I get the client's IP (remote ip)?
Thanks, this helped me a lot!!
Thanks. This is super cool 👍🏻
quick question, since you have a git repository in the local machine, why did you pull that one inside the app folder instead of transfering the files via terminal?
Super helpful, Thanks!
quick question can we not add our git credentials to the server and then use them to pull changes and deploy from the server or if that is not a standard practice ?
Awesome video! So from here, where do we go if we want to know how to let our applications scale?
This was beautiful.
curious - why dont you have your frontend in client and backend wrapped in a server folder with the package.json etc in the root app? just seems a little odd to have the backend spread out like that then a frontend folder inside of it all
I had an express app that I deployed on AWS using this video tutorial. I am able to make a CURL request to this but the request using postman yields the error as "Request time out" what might be the issue ?
Hi, amazing video! Quick question, can I setup SSL with the Public IPv4 DNS that AWS EC2 provides me?
top notch content Sam! Would you care to explain what you meant by 'I have a migration system on my app". Why did you have to run npm run migrate? Thanks!
Awesome job! Would be great to see how to move from this infrastructure to one more scalable, with a dedicated RDS instance, a load balancer and maybe different ec2 instances for different microservices, maybe using terraform. But as you said this is foundational and it's very well done!
Would be the ultimate video!
everthing ok project compiled and running on ubuntu console but ı cant got to address, cannot reached to the adress? what is wrong could ı did?
if i already have a .env on my project directory to be consumed by my node app I still have to do the env variables part for systemd ?
Hello, my app is running in a docker container inside ec2. Can i do the same thing with an app running inside docker container ? I purchased a domain name from Namecheap, i installed caddy and i did everything you are showing us in this tutorial but i'm getting an error saying : "This site cannot provide a secure connection" and with error type : "ERR_SSL_PROTOCOL_ERROR" in Chrome and Edge and "SSL_ERROR_INTERNAL_ERROR_ALERT" in Firefox
Really helpful video. Would be nice if you could create a video about how to automate all these stuff with github actions. Thanks
Really nice explained
thank you
The best ma man!
banging video mate ! Do you mind if I ask what software you use to edit your videos ? The transitions and zoom effects are top class
I use a few different pieces of software, but my main video editing is done in Camtasia. It's pretty easy to use and all the basics are covered in their intro 45 minute video: ruclips.net/video/AE1Hfy-yw4s/видео.html
10/10 video my guy
Can you clone your repo by installing git on the ec2 instance?
saving my life i was abou to have a stroke
Hi I'm new to AWS cloud computing, could you explain why you used EC2 rather than AWS amplify in this instance :)
Can you please make video setting up Nginx to Nextjs? Definitely an insightful video, thank you for introducing me to caddy. 😊
You're amazing. Thanks alot !!
incredible work
Thanks bro a lot for this tutorial