No video

How to Host Your Website on AWS EC2 and Cost Effectively with Full Control

  Рет қаралды 11,309

Code Raiders

Code Raiders

Күн бұрын

If you want to host your website on AWS, you might be overwhelmed by the many options available. How do you choose the best one for your needs? In this video, I will share with you my own personal experience and show you how to host your website on AWS EC2, the old-school way with full control and flexibility.
I have tried different hosting platforms in the past, such as Heroku, A2 Hosting, Netlify, and Vercel, as well as AWS ECS. But none of them gave me the satisfaction and freedom that I get from hosting on AWS EC2. In this video, I will walk you through the steps to set up your own website on AWS EC2, from creating an instance to deploying your code. You will learn how to host your website on AWS EC2 with confidence and ease.
You can download the code package and follow the instructions here:
coderaiders.co...
Coding Courses:
coderaiders.co...
Coding Packages:
coderaiders.co...

Пікірлер: 36
@andre-le-bone-aparte
@andre-le-bone-aparte 9 ай бұрын
@02:35 - YES to Docker / Kubernetes deployment. - Just found your channel. Excellent content, another sub for you sir!
@coderaiders-yt
@coderaiders-yt 8 ай бұрын
Awesome, thank you!
@boomikauba5232
@boomikauba5232 4 ай бұрын
@@coderaiders-yt yes please do it soon
@hsider
@hsider Жыл бұрын
You're right about having control over the server configuration and build process, those fancy services push you to spend money on things you don't need, i want to deploy my own DB and not pay for PostgreSql could service, for most of my projects all I need is simply reproduce my local environment on a server. Great video like always
@coderaiders-yt
@coderaiders-yt Жыл бұрын
Really appreciated this comment. Thanks for the good feedback and also was relieved to hear another person has aligned views on this. Wasn't sure how folk would feel about the approach.
@hsider
@hsider Жыл бұрын
@@coderaiders-yt you're welcome, it's not that hard to deploy an app by yourself as you show it in this video. Add to that it's bloody expensive if you choose easy solutions, it's better if you take time to understand and learn how to do it and there are guides and steps to follow just as the one you provided in written format , that's what I look for personally, I can read lol. Once again keep making these kinda vides, it pushes independent learning forward 👌
@olumideajose2162
@olumideajose2162 Жыл бұрын
@@hsider Convenience comes with a cost, you are right.
@JamieMetcalfe-jb7ok
@JamieMetcalfe-jb7ok Жыл бұрын
Greate video once again. An ecs and docker walkthrough would be a very interesting video, I look forward to that
@coderaiders-yt
@coderaiders-yt Жыл бұрын
Sounds like a good idea, thank you
@smithy2170
@smithy2170 11 ай бұрын
I could follow along with half of this, & that’s an improvement 😂
@coderaiders-yt
@coderaiders-yt 11 ай бұрын
Awesome and good effort!
@aryanmishra8537
@aryanmishra8537 6 ай бұрын
Amazing content! and yes would love a video on Docker, also can you show a video for elastic beanstalk deployment too.
@Fullstack_LP
@Fullstack_LP 3 ай бұрын
This was great. Super helpful. Thank you
@MrTomer157
@MrTomer157 7 ай бұрын
Awesome sir . Thank you!
@Fmwins
@Fmwins Жыл бұрын
Thank you, your vid helped me a lot!
@coderaiders-yt
@coderaiders-yt Жыл бұрын
Fantastic!
@nikibala-gn7hp
@nikibala-gn7hp 3 ай бұрын
Thanks a lot for very useful content. I have a question regarding Reserved Instances: it is not possible to choose ubuntu as platform when you want to purchase an instance. So is it relevant or just the machine is important here. How about i lunch 2 EC2 for production to have higher availability? Do i need to purchase same machine multiple times in Reserved Instances, right?
@omersoncruz1081
@omersoncruz1081 Жыл бұрын
Awesome thanks for this tutorial. Just what I needed. Keep 'em coming. Can you also pols make some tutorials on React
@coderaiders-yt
@coderaiders-yt Жыл бұрын
Sounds good thank you. Am using React in the next code package which think you will like.
@5MATANYA55
@5MATANYA55 7 ай бұрын
hi! greate video but i obstacle with problem the certificate for some reason stuck on pending validation how i can solve this?
@henkjekel4081
@henkjekel4081 10 ай бұрын
hi shaun:) I build your Rachel app which has a frontend and a backend, this video doesn't include the backend, do I just make a second connection to my instance and run the backend there?
@coderaiders-yt
@coderaiders-yt 8 ай бұрын
I'll try get a deployment series out as this seems to be a common issue folk are running into. Recommend to run NGINX. You will find a template for NGINX on Code Raiders in the meantime.
@gourmetpro6784
@gourmetpro6784 Жыл бұрын
do reverseProxy's Dockerfile and frontend's Dockerfile have the same content, could you show us whats inside the frontend's Dockerfile?
@coderaiders-yt
@coderaiders-yt Жыл бұрын
The docker file will be different between a reverse proxy and a frontend. A docker file is like a set of instructions for what to install on a machine and run in a command line. These differ between applications such as frontend and NGINX.
@miguel5088
@miguel5088 3 ай бұрын
Send the link to the website you hosted using AWS EC2
@uuultraaa
@uuultraaa 9 ай бұрын
if I dont know how to code should I stay away from AWS and go for a more basic hosting service?
@coderaiders-yt
@coderaiders-yt 8 ай бұрын
I would recommend to start with something basic first like Vercel.
@uuultraaa
@uuultraaa 8 ай бұрын
@@coderaiders-yt Thank you :) but what about Lightsail?
@adamtang5148
@adamtang5148 Жыл бұрын
Hmm... 6 months passed and is "project becoming complex caused qwik failed" still true?
@coderaiders-yt
@coderaiders-yt 11 ай бұрын
Nope, am using Qwik a lot now. It works great. Also this video was done before Qwiks 1.0 production release.
@user-wi3ds5vd9b
@user-wi3ds5vd9b 11 ай бұрын
How can i deploy my site with .zip file?
@user-wi3ds5vd9b
@user-wi3ds5vd9b 11 ай бұрын
@coderaiders8722 please how can i go about it
@coderaiders-yt
@coderaiders-yt 8 ай бұрын
Not sure on this one. I dont know why you would use a zip file.
@sandiguha
@sandiguha Жыл бұрын
Skinny Tom Hardy
@coderaiders-yt
@coderaiders-yt 11 ай бұрын
Ill take it.
Web Hosting Options on AWS - Picking the Right Option for YOU
14:40
Be A Better Dev
Рет қаралды 55 М.
Yum 😋 cotton candy 🍭
00:18
Nadir Show
Рет қаралды 6 МЛН
Мы сделали гигантские сухарики!  #большаяеда
00:44
Application Load Balancer Setup to Point to Your AWS EC2 Instance
11:51
Amazon Lightsail vs EC2 - What's the difference and When to Use What?
22:59
How to host a website on AWS for FREE using EC2 and S3
34:14
Emmanuel Jijong
Рет қаралды 11 М.
How I Would Learn AWS Today (after 10 years of cloud experience)
40:28
Be A Better Dev
Рет қаралды 396 М.
What I Learned Building an Auto GPT Agent Using Rust and GPT-4
12:23
Everything You NEED to Know About WEB APP Architecture
10:27
ForrestKnight
Рет қаралды 505 М.