Skip to main content

AWS ROUTE 53 Theory


                     


AWS ROUTE 53 Theory.


DNS PORT NO : --> 53


DNS Resolv to with  :Name to IP  --> www.google.com / 172.24.58.47

                    :IP  to Name --> 172.24.58.47  /www.google.com

                   

     

   Two type of Domain Category : Oraganization Domain

                                                    : ZioGraphical Domain

     O.D:>.com,.org,.mil,.edu

     Z.D:>.in,.us,.ch,.au 

 

  According Domain Price will change :

      .com : $12 :> 1 Year

      .in  : ------------


    ROUTE 53  --> Paid Practical                     

   

   1: Domain : .com,.org,.mil

   2: Website ----------> Developer ---> Website

   3: S3 Bucket --------> Website Static Host

   4: Route Hosted Zone   : N.S Record -> Name Server Record 

   5: Route 53 Record Set : domain,Ipv4,Alias[S3bucketEndpoint]


       Check :> chrome --> ranjit.com     if not run wait 5 min  

                           website run  




Comments

Post a Comment

Popular posts from this blog

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure