Route 53 Hosted Zones

When you register a domain name using Route 53, a hosted zone will be created fro your domain name.

[AWS SOA] Route 53

 

SOA (Start of Authority) Record

It contains

  • Domian Information: provides information about a domain
  • Creator: The route 53 name server that created the SOA record.
  • Contact Details: The email address of the administrator responsible for the domain
  • Settgins: Refresh, retry, and TTL

 

Name Server (NS) Record

Used to identify the DNS server names that will be authoritative for your domain and resolve your domain name

[AWS SOA] Route 53

For example you try to reach http://ilovecloud.com

It first ask from TOP LEVEL DOMAIN about .com, which response it is from aws (ns.awsdns.com)

Then get A record from awsdns which is an ip address.

 

A (Address) Record

The "A" in A record stands for "Address".

It is used to translate the website name to an IPv4 address

For example: 

http://www.acloud.guru might resolve to 

http://123.10.80.0

 

CNAME Record

Used to resolve one domain name to another.

For example you might have a mobile webiste with the domain name http://m.acloud.guru. You also want to the name http://mobile.acloud.guru to resolve the same address.

 

Limitation: You cannot create a CNAME record for the zone apex, acloud.guru - it must always be a sub-domain, like mobile.acloud.guru.

 

Alias Record

  • AWS Soecific: can map to ELB, CLoudFront, S3 or another record in the same Route 53 hosted zone
  • Similar to a CNAME reocrd: map one domain name to another
  • AWS Preferred: If possible, use an alias record over a CNAME

[AWS SOA] Route 53

 

[AWS SOA] Route 53

 

 [AWS SOA] Route 53

 [AWS SOA] Route 53

 

Route 53 Resolver

[AWS SOA] Route 53

 

[AWS SOA] Route 53

Location based is Geolocation;

Distances between users and server is Geoproximity;

 

 [AWS SOA] Route 53

 

相关文章:

  • 2021-09-19
  • 2021-12-18
  • 2022-12-23
  • 2022-01-01
  • 2021-11-22
  • 2022-01-20
  • 2021-11-07
猜你喜欢
  • 2021-10-26
  • 2021-12-11
  • 2022-12-23
  • 2021-08-13
  • 2022-02-14
  • 2021-04-18
  • 2021-06-02
相关资源
相似解决方案