0% found this document useful (0 votes)
22 views5 pages

Amazon Route 53 Domain Registration Guide

Amazon Route 53 is a scalable DNS web service that provides domain registration, DNS routing, and health checking. It automates the creation of hosted zones and name servers upon domain registration, facilitating traffic routing through a series of DNS queries. The service supports various routing policies and record types to manage how traffic is directed to resources, including AWS services.

Uploaded by

suresh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views5 pages

Amazon Route 53 Domain Registration Guide

Amazon Route 53 is a scalable DNS web service that provides domain registration, DNS routing, and health checking. It automates the creation of hosted zones and name servers upon domain registration, facilitating traffic routing through a series of DNS queries. The service supports various routing policies and record types to manage how traffic is directed to resources, including AWS services.

Uploaded by

suresh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

ROUTE 53

- Amazon Route53 is a highly available and scalable Domain Name System (DNS) web
service.
- Route53 used for three main functions:
1. Domain registration,
2. DNS routing,
3. Health checking.

How domain registration works


1. Choose your domain name, and check it for availability.
2. Register it with R53.
3. When you register a domain name, R53 will automatically create a hosted zone for you
with the name same as your domain.
4. After that it will assign you 4 name-servers in hosted zone. These name-servers will
resolve querry for your domain when someone tries to access them.
5. At the end, your info will be send to registrar.
6. Registrar will send your info to registry(company that sells domain registration)

How Amazon Route 53 routes traffic for your domain


1. A user opens a web browser, enters [Link] in the address bar, and
presses Enter.
2. The request for [Link] is routed to a DNS resolver, which is typically
managed by ISP.
3. The DNS resolver for the ISP forwards the request for [Link] to a DNS
root name server.
4. The DNS resolver forwards the request for [Link] again, this time to
one of the TLD name servers for .com domains. The name server for .com domains
responds to the request with the names of the four Route53 name servers that are
associated with the [Link] domain.
5. The DNS resolver chooses a Route53 name server and forwards the request for
[Link] to that name server.
6. The Route53 name server looks in the [Link] hosted zone for the
[Link] record, gets the associated value, such as the IP address for a
web server, and returns the IP address to the DNS resolver.
7. The DNS resolver finally has the IP address that the user needs. The resolver
returns that value to the web browser.
8. The web browser sends a request for [Link] to the IP address that it
got from the DNS resolver.
9. The web server returns the web page for [Link] to the web browser,
and the web browser displays the page.
Domain Registrar
A company that is accredited by ICANN to process domain registration for specific TLD.

Domain Name System(DNS)


Worldwide n/w of servers that allow devices to communicate with each other.

Nameserver
Servers in DNS that help to translate domain name into IP.

Authoritative Nameserver
The authoritative DNS server is the final holder of the IP of the domain you are looking for.
These are the name servers, which has the original zone records.
R53 nameserver are authoritative nameserves for every domain that uses R53 as DNS
service.

DNS resolver
A DNS resolver often managed by an ISP, that acts as an intermediary between user
request and DNS nameservers.
Also known as “recursive nameserver” b’coz it sends request to a sequence of
authoritative servers until it gets the response.

HOSTED ZONE

- A container for records, which include info about how you want to route traffic for a
domain and its subdomains.
- Hosted zone has same name as the corresponding domain.
- When you register a domain with Route53, we create a hosted zone for you
automatically.
- When you transfer DNS service for an existing domain to Route53, you start by creating
a hosted zone for the domain.

* Public hosted zones - contain records that specify how you want to route traffic on the
internet.

* Private hosted zones - contain records that specify how you want to route traffic in an
Amazon VPC.
RECORD (DNS record)
- After you create a hosted zone for your domain, such as [Link], you create
records.

- It defines how you want to route your traffic for a perticular domain.

- Each record includes the name of a domain or a subdomain, a record type (for example,
a record with a type of MX routes email), and other information applicable to the record
type.

- Amazon Route53 doesn't charge for the records that you add to a hosted zone.
ROUTING POLICY

- It determines how Amazon Route53 responds to queries:

1. Simple routing policy – Simple routing lets you configure standard DNS records,
with no special Route53 routing such as weighted or latency. With simple routing,
you typically route traffic to a single resource. You can't create multiple records that
have the same name and type, but you can specify multiple values in the same
record, such as multiple IP addresses.

2. Failover routing policy – Failover routing lets you route traffic to a resource when
the resource is healthy or to a different resource when the first resource is
unhealthy.

3. Geolocation routing policy – Use when you want to route traffic based on the
location of your users.
When you use geolocation routing, you can localize your content and present some
or all of your website in the language of your users.

4. Geoproximity routing policy – Use when you want to route traffic based on the
location of your resources and, optionally, shift traffic from resources in one location
to resources in another location. You can use geoproximity routing to create records
in a private hosted zone.

5. Latency routing policy – Use when you have resources in multiple AWS Regions
and you want to route traffic to the Region that provides the best latency. You can
use latency routing to create records in a private hosted zone.
6. IP-based routing policy – Use when you want to route traffic based on the location
of your users, and have the IP addresses that the traffic originates from.

7. Multivalue answer routing policy – Use when you want Route53 to respond to
DNS queries with up to eight healthy records selected at random. You can use
multivalue answer routing to create records in a private hosted zone.
8. Weighted routing policy – Use to route traffic to multiple resources in proportions
that you specify. You can use weighted routing to create records in a private hosted
zone.

RECORD TYPE

A record type: route traffic to a resource, such as a web server, using an IPv4 address.
AAAA record type: route traffic to a resource, such as a web server, using an IPv6
address.

CAA record type: A CAA record specifies which certificate authorities (CAs) are allowed
to issue certificates for a domain or subdomain. Creating a CAA record helps to prevent
the wrong CAs from issuing certificates for your domains.

CNAME record type: maps DNS queries for the name of the current record, such as
[Link], to another domain ([Link] or [Link]) or subdomain
([Link] or [Link]).

MX record type: specifies the names of your mail servers and, if you have two or more
mail servers, the priority order.

Routing traffic to other AWS resources


- You can use Amazon Route53 to route traffic to a variety of AWS resources.

Amazon API Gateway


Amazon CloudFront
Amazon EC2
AWS Elastic Beanstalk.
Elastic Load Balancing
Amazon Lightsail
Amazon S3
Amazon Virtual Private Cloud (Amazon VPC)
Amazon WorkMail

Common questions

Powered by AI

Latency-based routing in Route 53 routes users to AWS regions providing the lowest latency, thereby optimizing load times by connecting them to the nearest or fastest server. This minimizes delay and enhances performance, significantly improving user experience for global applications with distributed resources .

Amazon Route 53 facilitates domain registration by allowing users to choose and register domain names. The process involves checking domain name availability, registering it with Route 53, which automatically creates a hosted zone with 4 name servers for DNS query resolution. The user's information is sent to a registrar and consequently to a registry that completes the domain registration process .

The failover routing policy in Amazon Route 53 routes traffic to a primary resource as long as the resource is healthy. If the primary resource becomes unhealthy, Route 53 automatically redirects traffic to a designated secondary resource. This process is facilitated by Route 53's health checking feature, ensuring high availability and continuity of services .

When a user enters a web address, the DNS resolver, typically managed by an ISP, forwards the request to a DNS root name server, which then directs it to the relevant TLD name server. The TLD name server provides the names of Route 53 servers, where the DNS resolver sends the query. Route 53 then retrieves the necessary IP address from the hosted zone and returns it to the DNS resolver, which forwards it to the user's browser to access the website .

Multivalue Answer Routing allows Route 53 to respond to DNS queries with up to eight healthy records selected at random, which can improve load balancing and redundancy, making the system more resilient to failure. In contrast, Simple Routing does not provide redundancy, as it typically routes traffic to a single resource without the ability to distribute loads across multiple resources .

Amazon Route 53 can route traffic to various AWS services, such as Amazon API Gateway, CloudFront, EC2, Elastic Beanstalk, Elastic Load Balancing, Amazon Lightsail, S3, Amazon VPC, and WorkMail. By integrating with these services, Route 53 leverages routing policies to optimize traffic flow, improve performance, and maintain high availability by distributing workload efficiently across AWS infrastructure .

Public hosted zones in Route 53 contain records that determine how to route internet traffic for a domain, making them accessible to the public. Private hosted zones, in contrast, contain records for routing traffic within an Amazon VPC, restricting access to the specified internal network, thus enhancing security and control within AWS environments .

Route 53 offers geolocation and geoproximity routing policies to optimize DNS queries based on user and resource locations. Geolocation routing allows traffic to be directed based on users’ locations, enabling content localization. Geoproximity routing focuses on resource locations and provides options to shift traffic between resources, enhancing content delivery efficiency by ensuring users interact with the nearest or best performing servers .

Authoritative name servers in Route 53 hold the original zone records and resolve queries by providing the IP address for the requested domain. DNS resolvers, often managed by ISPs, act as intermediaries that contact authoritative name servers to get the necessary information and relay it back to the user's browser. They enable efficient domain name resolution through recursive querying .

CAA (Certification Authority Authorization) record types in Route 53 specify which certificate authorities are permitted to issue SSL/TLS certificates for a domain. By defining allowed CAs, CAA records enhance domain security by preventing unauthorized or incorrect issuance of certificates, thus reducing the risk of security vulnerabilities associated with misissued certificates .

You might also like