Making a simple EC2 web server from scratch on AWS - full walkthrough on free tier

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 18

  • @MinhNgoc1407
    @MinhNgoc1407 ปีที่แล้ว +1

    I have spent my time for a week on hundred threads and videos and still got stuck until watch this video, so clear and helpful

  • @olamhi8284
    @olamhi8284 ปีที่แล้ว

    Your videos have been so helpful and insightful. Thank you so much!!!

  • @dilbo-baggins
    @dilbo-baggins 3 หลายเดือนก่อน

    i followed this explicitly, however it did not work for me, I had to add HTTPS to inbound rules, and then it worked. Thanks

  • @nileshsharma9009
    @nileshsharma9009 19 วันที่ผ่านมา

    Hey i want to send a server to server call, for this I'm using elastic IP and creating a webserver in ec2, now i need to create a call to the external server whenever i hit the elastic IP, how can this be done?

  • @nikolasioakimidis3003
    @nikolasioakimidis3003 8 หลายเดือนก่อน

    Thanks a lot, but how do I enable it to connect to https too?

  • @naterichards3614
    @naterichards3614 4 หลายเดือนก่อน

    How to change the my name is (ip address) to something else?

  • @sidb6471
    @sidb6471 ปีที่แล้ว

    great video. thank you!!

  • @olamhi8284
    @olamhi8284 ปีที่แล้ว

    Do I have to always install the httpd for every instance I launch when making a web server?

    • @VincentStevenson
      @VincentStevenson  ปีที่แล้ว

      Yes - unless your ami has it already installed. If you’re launching many instances then I’d recommend making a custom AMI with httpd already installed or see if there’s already one out there.

    • @csexecutiveservices
      @csexecutiveservices ปีที่แล้ว

      I'd even suggest creating a subscription manager workflow if you have that many instances and create 'use-case' AMIs with the baseline you prefer for your user base.

    • @MinhNgoc1407
      @MinhNgoc1407 ปีที่แล้ว

      same problem as me. thanks for Q&A

  • @PatronSaintOfPigeons
    @PatronSaintOfPigeons ปีที่แล้ว +2

    I finally got it to this stage, thank you so much
    If anyone is having issues loading the webpage, please make sure you start the IP address in the URL bar with HTTP://, I had an issue as opera GX does not automatically show the port, so I was unaware it was still using https)

    • @shamanthkashyap4805
      @shamanthkashyap4805 ปีที่แล้ว +1

      bro ur a life saver... was scratching my head for some time

    • @Surxe
      @Surxe 7 หลายเดือนก่อน

      yes actual life saver, ty!

  • @hernanrodriguez524
    @hernanrodriguez524 ปีที่แล้ว

    how would you make it go https: fully secured on chrome ?

    • @BigPPshaman
      @BigPPshaman 8 หลายเดือนก่อน

      Might be a late answer, but LetsEncrypt lets you create a free SSL certificate, which enables HTTPS on your server.

  • @GihanKavinda.
    @GihanKavinda. ปีที่แล้ว

    thanks

  • @GihanKavinda.
    @GihanKavinda. ปีที่แล้ว

    nice