How to host a static website on AWS S3

Поділитися
Вставка
  • Опубліковано 9 вер 2024

КОМЕНТАРІ • 15

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

    Good job babe!!!

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

    I'm using route53 as my DNS, how long does propagation usually take? I can't seem to use my domain at all been trying all week, great tutorial though!

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

      It should not take long. I’d double check you have it configured correctly

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

    I did everything in the video and I keep getting "This Site cant be reached" error. please help

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

      You may need to set cors policies

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

    Great stuff. You got a follow from me.

  • @unraveled-stories
    @unraveled-stories 2 роки тому

    Great video man!

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

    Hi Web Dev Junkie, I uploaded a folder with index.html in it and tried to run my static website but it gave me a 404 error. I removed the folder and just uploaded index.html and it works fine. How do I get it so it works with the folder? My code still has the arn with /* at the end of it which it should include the folder I uploaded.

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

      Maybe you need the folder name in the url your accessing, such as /my-folder/index.html ?

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

      @@WebDevCody Good idea but it gave me an error "The IndexDocument Suffix is not well formed"

  • @openblackvault
    @openblackvault 6 місяців тому

    good video for nubbie

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

    Why does a bucket need to be names the same as the domain?

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

      that's just how AWS has it setup... they probably have a good reason internally to dns resolution or something

    • @Vrx-yp1eu
      @Vrx-yp1eu 2 роки тому +1

      it doesn't, the name just needs to be globally unique. So if I name my bucket "HelloWorld", you can't use that name anymore. ones you pop that sucker into a cname DNS does the rest.