Hosting a Static Website with a Custom Domain Name using Amazon S3 and Route 53

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

КОМЕНТАРІ • 7

  • @TshepoMokgoatjane
    @TshepoMokgoatjane Рік тому +1

    Thanks Dude, this has been a change changer for me. I appreciate your help. Take care!

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

    thanks! studying for SAA and this is very relevant.

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

    How to implement failover if my bucket is private and i have used cloudfront distribution

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

    To give custom name of url, is it compulsory to purchase domain?

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

    Storage with S3-Host static Website with Route53

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

    Thanks, How about if the domain is already purchased from GoDaddy, can we use it in AWS if so, How?

    • @handsonaws
      @handsonaws  Рік тому +1

      Yes Route53 is actually made up of a Domain Registrar (where you purchase a domain name) and DNS service (where you host your DNS records that translate human-readable URL to machine readable IP Address)
      It is possible to have a route53 Hosted Zone with A records for a domain name that you own through a different registrar like GoDaddy.
      This is not as simple as using R53 for both but can be done and is fully supported. Just needs a few more steps.
      You can review the AWS documentation here for the detailed steps -- docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html
      Hope this helps. Cheers!