Web Hosting Options on AWS - Picking the Right Option for YOU

Поділитися
Вставка
  • Опубліковано 27 січ 2021
  • If you’re building a fortune 500 company’s webapp, starting a small business’ wordpress site, or just looking to quickly prototype a concept on AWS, you’ll quickly realize there are a ton of ways to host your website or webapp on AWS. In this video, I tell you about 5 website hosting options on AWS. I discuss what they are and when they're appropriate.
    Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabetterdev.com/cour...
    Like this video? Check out my blog post: beabetterdev.com/2021/01/24/w...
    S3 Beginner Guide - • AWS S3 Tutorial for Be...
    Wordpress on Lightsail Tutorial - • Host a Wordpress Websi...
    EC2 vs ECS vs Lambda - • AWS EC2 vs ECS vs Lamb...
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driver Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #WebHosting
    #AWS

КОМЕНТАРІ • 42

  • @ArbitraryZer0101
    @ArbitraryZer0101 5 місяців тому +3

    Senior Developer here picking up AWS in my personal time. This is excellent content and I've subscribed. Mentioning bits such as caching the data to prevent unnecessary API requests from users and hence saving usage made me subscribe. Keep up the great work!

  • @NomadAndy
    @NomadAndy 3 роки тому +20

    Can't tell you enough how well you always break it down. Makes things so much easier to learn. One day I hope you put out a course.

    • @BeABetterDev
      @BeABetterDev  3 роки тому +2

      Thanks Andrew! Really appreciate the support. I am thinking of doing a course some time in the future but just need to find the time.
      Thanks again for your support!
      Daniel

  • @victoryetaze8915
    @victoryetaze8915 Рік тому

    Your explanation really broke things down for me, thanks for the great work.

  • @minntzu
    @minntzu Рік тому +5

    Great quality review, very professional and informative.

  • @tlhogid663
    @tlhogid663 5 місяців тому

    This is exactly what I was looking for!
    Thanks for breaking this down so clearly.

  • @ahmedbaryal1754
    @ahmedbaryal1754 4 місяці тому +2

    I am going to host my website but I was confused by many option that AWS offers, however, thanks for the explanation it helped me a lot 🇦🇫 ❤

  • @user-cn4yb5jb5z
    @user-cn4yb5jb5z 3 місяці тому

    Thank you for your efforts.

  • @mohsinworld
    @mohsinworld Рік тому +3

    Wow! Excellent explanation. I love this video. Thank you

  • @nagarajjayabalan5032
    @nagarajjayabalan5032 2 роки тому +1

    excellent explanation. easy to digest. Thanx a million

    • @BeABetterDev
      @BeABetterDev  2 роки тому

      You're very welcome Nagaraj! Glad you enjoyed.

  • @ComputerScienceSimplified
    @ComputerScienceSimplified 3 роки тому +2

    Awesome video, keep up the great work! :)

    • @BeABetterDev
      @BeABetterDev  3 роки тому

      Thanks so much! I like you're channel name ;)

  • @Xtormanikari
    @Xtormanikari 2 роки тому +4

    Good work... Although your cam auto-color/brighten manager went crazy and got me dizzy the all time, but awesome video anyway.

  • @muchimi
    @muchimi 9 місяців тому

    is there a serverless solution for a VOD that start small but scale to millions of users and use Stripe as a shopping cart? thank you for your videos

  • @ganeshsonawanemail
    @ganeshsonawanemail 2 роки тому +4

    You should lock the White Balance setting on your camera. The image is getting warmer and cooler colour as you move your head is annoying. Excellent explanation by the way.

    • @BeABetterDev
      @BeABetterDev  2 роки тому +1

      Hi Ganesh, yes this was one of the first times using my new camera and was sad to see I used the wrong settings. I've corrected this in future videos.
      Cheers

  • @alial_mimar6711
    @alial_mimar6711 Місяць тому

    thx

  • @codemadesimple1043
    @codemadesimple1043 4 місяці тому

    What do you think about deploying a NodeJS application on AWS Lambda?

  • @DAWEAP1
    @DAWEAP1 3 роки тому +4

    I know a very experienced developer who says companies don’t use ec2 directly anymore, rather use services that are written on top of ec2, like ecs. For example, let’s say I deploy my app to some ec2 instance and I want to auto scale it, how would that work? As far as I can see auto scaling starts with an ami, which won’t have my application code (unless I create an ami every time I deploy).

    • @BeABetterDev
      @BeABetterDev  3 роки тому

      Hi sam,
      I have a new video coming out in a few weeks on this very topic. Make sure to check it out!

    • @brandonking3665
      @brandonking3665 2 роки тому +2

      @@BeABetterDev Where is that video?

    • @ozzzer
      @ozzzer Рік тому

      Elb

    • @codemadesimple1043
      @codemadesimple1043 4 місяці тому

      Well, it depends on the use case of your application. Many companies are using a few different hosting options. The company web page (likely static) might f.x. lightly hosted differently than an application.
      You can f.x. use ELB - Elastic Load Balancing to handle load balancing and ASG - Auto Scaling Groups to handle auto scaling.
      You can do anything on EC2, you can even run your own Kubernetes controllers and some companies still do that although I would always recommend EKS and other managed services which reduce the load on developers.
      I would guess that most companies using AWS are using EC2 and S3 a lot so definitely spend some time on exploring them as an option.

  • @stardriver8660
    @stardriver8660 3 роки тому +1

    How do think of Heroku

  • @TamilThagaval
    @TamilThagaval Рік тому

    does wordpress on lightsail is best for e commerce website ?

  • @abedalrawas2656
    @abedalrawas2656 2 роки тому +8

    My impostor syndrome kinda faded when you said that EC2 and ECS deployments are the most complicated option of them all...

    • @BeABetterDev
      @BeABetterDev  2 роки тому +3

      Haha, it is indeed a bit painful! Imposter syndrome is totally normal, don't let it slow you down!

  • @dg9576
    @dg9576 3 роки тому +2

    Is your camera doing auto colour / white balance correction? lol At first I thought must be edits, but its seamless ... Nice content though dood, as always

    • @BeABetterDev
      @BeABetterDev  3 роки тому +1

      Hi there!
      Yes, it unfortunately was. I had it on the wrong setting and for whatever reason the camera was going off the rails. I think I corrected this in my more recent videos but let me know!

  • @ashishbhatnagar766
    @ashishbhatnagar766 Рік тому

    set your camera white balance to manual

  • @user-cn4yb5jb5z
    @user-cn4yb5jb5z 3 місяці тому

    Kindly how to chose aws service that will provide me with :
    -one year 20 TB traffic per month
    -50 GB hard disk storage.
    -SSL
    - site will be developed/ constructed by :
    Fronted language : angular.JS, or REACT.JS , HTML5/CSS3
    Best regards,

  • @RobertoRaymon
    @RobertoRaymon Рік тому

    Does S3 hosting include regular hosting tools like cpanel and mysql database?

  • @user-cn4yb5jb5z
    @user-cn4yb5jb5z 3 місяці тому

    خطاب لشركة أمازون امريكا
    Kindly how to chose aws
    service that will provide me with :
    -one year 20 TB traffic per month
    -50 GB hard disk storage.
    -SSL
    - site will be developed/ constructed by :
    Fronted language : angular.JS, or REACT.JS , HTML5/CSS3
    Best regards,

  • @briantep458
    @briantep458 Рік тому

    Ok, so now how do we do this on Kubernetes?

    • @codemadesimple1043
      @codemadesimple1043 4 місяці тому

      EKS- Elastic Kubernetes Service would be the way to go if you want a managed service. It is not a cheap option though.

  • @hardeepkaur3531
    @hardeepkaur3531 2 роки тому

    A