AWS

AWS Route 53 – What It Is, How It Works, and Integration With Other Services

Route 53 is Amazon's robust and adaptable cloud DNS web service that implicitly connects user requests to services running in the AWS cloud, including Amazo
December 6, 2023

What is Amazon Route 53?

In this article, we will cover Amazon Route 53 cloud service. Route 53 is Amazon's robust and adaptable cloud DNS web service that implicitly connects user requests to services running in the AWS cloud, including Amazon S3 buckets, EC2 instances, and Load Balancers. The most critical vital tasks handled by Route 53 include DNS management, traffic management, availability monitoring, and domain registration.

Benefits of Amazon Route 53?

High availability, reliability, and scalability

Amazon Route 53 is built on AWS's robust and reliable infrastructure, seamlessly adapting to handle massive query volumes with automatic scaling.

AWS-distributed DNS servers ensure unwavering connectivity between end users and applications, consistently delivering optimal performance. Route 53 is designed to meet the stringent demands of mission-critical applications and is backed by the Amazon Route 53 SLA, guaranteeing unwavering uptime.

Seamless integration with AWS services empowers users to effortlessly modify their architecture and scale resources in response to fluctuating Internet traffic demands, all without the burden of complex configuration and management tasks.

Global Network

Route 53's global anycast network of DNS servers, strategically positioned around the globe, ensures lightning-fast response times for users worldwide. With DNS data replicated across multiple regions, Route 53 boasts exceptional resilience, remaining fully operational despite regional outages. This global redundancy ensures uninterrupted service delivery, regardless of regional disruptions.

Integrated routing policies

Route 53 can route traffic based on various factors, including latency, endpoint health, and geographic location. This granular control empowers users to optimize network performance and prioritize user experiences. The flexibility extends to the configuration of multiple traffic policies, allowing for dynamic routing strategies that adapt to changing requirements.

What are the critical areas of Amazon Route 53?

Domain Registration

Route 53 allows clients to register a domain name and become the domain's DNS web service. It also creates a hosted zone with the same name as your domain and assigns four name servers to it for redundancy purposes. Route 53 can use public domain names that a client owns or purchases or private domain names that client instances can resolve to their VPCs.

DNS Routing

DNS routing directs traffic to the correct server based on the user's domain name in their web browser. It is a critical part of the internet infrastructure, allowing users to access websites and other online resources without memorizing long IP addresses.

DNS routing works by using a system of hierarchical servers. When an end-user enters a domain name into their web browser, their computer sends a query to a DNS resolver, a local server responsible for looking up DNS records. The DNS resolver then forwards the query to a series of root nameservers, the top-level servers in the DNS hierarchy.

The root nameservers then direct the query to the appropriate TLD (top-level domain) nameserver, such as .com or .net. The TLD nameserver then directs the query to the authoritative nameserver for the domain name that the user entered.

The authoritative nameserver is the server responsible for providing the IP address for the domain name. Once the DNS resolver has the IP address, it returns it to the user's computer, which can connect to the correct server.

Health Checking

Route 53 supports health checks to monitor the health of your resources. Health checks can be TCP or HTTP/HTTPS-based. TCP checks verify the response on the specified port, and HTTP/HTTPS checks can check for a specific string in the origin response. Health checks can include a maximum response time to determine if the site is responding too slowly.

It is a Route 53 feature that can let you do the following:

  • Check the health of an endpoint, such as a web server
  • Get notified when an endpoint becomes unhealthy
  • Configure DNS failover, which reroutes traffic from an unhealthy endpoint to a healthy one.

How does Amazon Route 53 work?

1. A user enters www.testlabs.com into their web browser and presses Enter.

2. The user's Internet service provider (ISP) forwards the request to a DNS resolver.

3. The DNS resolver contacts a DNS root name server to get the IP address for the .com top-level domain (TLD).

4. The DNS root name server responds with the IP addresses for the .com TLD name servers. The DNS resolver caches these addresses for future use.

5. The DNS resolver contacts one of the .com TLD name servers to get the IP addresses for the Route 53 name servers associated with the testlabs.com domain. The DNS resolver also caches these addresses for future use.

6. The DNS resolver contacts one of the Route 53 name servers to get the IP address for the www.testlabs.com record.

7. The Route 53 name server responds with an IP address of the web server hosting the www.testlabs.com website. The DNS resolver caches this address for future use.

8. The DNS resolver returns the web server's IP address to the user's web browser.

9. The web browser sends a request to the web server at the specified IP address. The web server responds with data for the www.testlabs.com website, which the web browser renders and displays to the user.

Amazon Route 53 concepts: Routing Policies

1. Simple routing: Use this policy to direct all traffic for a domain to a single resource, such as a web server.

2. Weighted routing: This policy allows you to distribute traffic across multiple resources based on the weights you assign to them. For example, you could set a weight of 25 to one resource and 75 to another, meaning 25% of traffic would be routed to the first resource and 75% to the second.

3. Latency-based routing: This policy routes traffic to the resource in the AWS Region closest to the end user based on latency.

4. Failover routing: This policy routes traffic to a secondary resource if the primary resource is unavailable.

5. Geolocation routing: This policy routes traffic to resources in specific geographic locations based on the end user's location.

6. Multi-value answer routing: This policy randomly selects traffic to multiple healthy resources.

7. IP-based routing: This policy routes traffic to resources based on the client's IP address.

Amazon Route 53 concepts: Records

1. A record (address): Maps a domain name to an IPv4 address.

2. AAAA record (quad A): Maps a domain name to an IPv6 address.

3. CNAME record (canonical name): An alias that points to another domain name.

4. ANAME record (alias): Points the root of a domain to another hostname or domain name.

5. SOA record (start of authority): Stores information about a domain, such as its time to live (TTL) and the name servers responsible for it.

6. NS record (name server): Specifies which name servers are responsible for a domain.

7. MX record (mail exchange): Specifies the mail servers responsible for receiving email-based for a domain.

8. TXT record (text): Stores text information about a domain, such as its email verification code.

9. SRV record (service): Specifies the host and port for a specific service, such as VoIP or instant messaging.

10. PTR record (pointer): Maps an IP address to a domain name.

Amazon Route 53 concepts: Hosted Zones

A hosted zone is a container for DNS records, which specify how to route traffic for a domain and its subdomains. There are two types:

  1. Public hosted zone: Contains records for routing traffic on the internet.
  2. Private hosted zone: Contains records for routing traffic within an Amazon VPC.

Amazon Route 53 concepts: DNS Resolver

A service that responds to DNS queries from AWS resources for public records, VPC-specific DNS names, and Route 53 private hosted zones. It is enabled by default in all VPCs.

Route 53 Resolver automatically answers DNS queries for:

  • Local VPC domain names, such as ec2-192-0-2-44.compute-1.amazonaws.com.
  • Records in private hosted zones, such as test.testlabs.com.
  • Public domain names, by performing recursive lookups against public name servers on the internet.

Amazon Route 53 concepts: Traffic Flow Policy

It is a visual tool configuring how traffic to client applications resides in multiple locations. It is a Route 53 feature that translates domain names into IP addresses.

How to set up Amazon Route 53 DNS

1 Register a Domain Name in Route 53

Step-1 Navigate to the Amazon Route 53 console

1-1 From the AWS console, click on "Services."

1-2 From the drop-down menu, click "Network and Content Delivery."

1-3 From the side menu, click "Route 53."

Figure 1 - Amazon Route 53 | Navigating to the Route 53 Dashboard on AWS
Figure 1 - Amazon Route 53 | Navigating to the Route 53 Dashboard on AWS

Step-2 Navigate to the Amazon Route 53 Dashboard

2-1 From the Route 53 Dashboard, click on "Register Domain"

Figure 2 - Amazon Route 53 | Route 53 Domain Registration
Figure 2 - Amazon Route 53 | Route 53 Domain Registration

Step-3 Navigate to Register Domains

3-1 From the “check availability for a domain”, type the domain name and click "search."

3-2 From the “search results” tab, confirm the availability of the domain name.

3-3 From the “selected domains” tab, click "Proceed to Checkout."

Figure 3 - Amazon Route 53 | Route 53 Domain Search and Payment
Figure 3 - Amazon Route 53 | Route 53 Domain Search and Payment

2 Create Hosted Zones

Step-4 Navigate to Amazon Route 53 Dashboard

4-1 From the Amazon Route 53 Dashboard, click "Hosted Zones."

4-2 From the “Hosted Zones” Dashboard, click "Create hosted zone."

Figure 4 - Amazon Route 53 | Creating Zones in Amazon Route 53
Figure 4 - Amazon Route 53 | Creating Zones in Amazon Route 53

Step-5 Navigate to Hosted Zone Configurations

5-1 From the domain name section, type the "domain name."

5-2 From the type section, choose the "Public Hosted Zone." Or “Private Hosted Zone.”

5-3 Click on "Create Hosted Zone."

Figure 5 - Amazon Route 53 | Configuring a Hosted Zone in Amazon Route 53
Figure 5 - Amazon Route 53 | Configuring a Hosted Zone in Amazon Route 53

Step-6 Navigate to the created Hosted Zone

6-1 From the Hosted Zone details, click "Records."

6-2 From the Records section, select "record names."

6.3 Click on "Create Record."

Figure 6 - Amazon Route 53 | Configuring Records in Amazon Route 53
Figure 6 - Amazon Route 53 | Configuring Records in Amazon Route 53

Step-7 From the create record section, enter the following parameters:

7-1 Record name

7-2 Record type

7-3 Value

7-4 TTL [default is 300]

7-5 Routing Policy

7-6 Click on "Create Record"

Figure 7 - Amazon Route 53 | Creating Records in Amazon Route 53
Figure 7 - Amazon Route 53 | Creating Records in Amazon Route 53

3 Create a Health Check

Step-8 Navigate to Amazon Route 53 Dashboard

8-1 From the Amazon Route 53 Dashboard, click on “Create health check”

Figure 8 - Amazon Route 53 | Navigating to the Route 53 Health Check Dashboard on AWS
Figure 8 - Amazon Route 53 | Navigating to the Route 53 Health Check Dashboard on AWS

Step-9 Creating a health check

9-1 From the Configure health check section, type the health check name.

9-2 Configure the endpoint parameters.

9-3 click “next”.

Figure 9 - Amazon Route 53 | Configure Health Check for Route 53 on AWS
Figure 9 - Amazon Route 53 | Configure Health Check for Route 53 on AWS

Step-10 Get notified when the health check fails:

10-1 Create an alarm [Optional]

10-2 Create health check

Figure 10 - Amazon Route 53 | Get Notified when Health Check Fails for Amazon Route 53
Figure 10 - Amazon Route 53 | Get Notified when Health Check Fails for Amazon Route 53

Conclusion on AWS Route 53

In conclusion, Amazon Route 53 stands out as a pivotal component of the AWS ecosystem, offering a versatile and robust DNS web service. Its high availability, reliability, and scalability, underpinned by AWS's dependable infrastructure, make it an ideal solution for managing heavy query volumes and ensuring consistent performance. The global network of DNS servers and integrated routing policies, including options like weighted, latency-based, and geolocation routing, provide users with exceptional control over traffic distribution and network optimization.

Moreover, Route 53's domain registration and DNS routing capabilities simplify domain management and internet navigation. The service's health checking feature further enhances its reliability, ensuring continuous monitoring and swift response to any service disruptions. The diverse range of routing policies and DNS record types cater to various needs, from simple to complex network architectures.

In essence, Amazon Route 53 exemplifies the innovation and efficiency that AWS brings to cloud computing, making it an indispensable tool for businesses seeking to optimize their online presence and service delivery. Its seamless integration with other AWS services further solidifies its role as a cornerstone in building and maintaining resilient, high-performing web applications and services. Whether you're managing a small website or a large-scale enterprise application, Amazon Route 53 provides the necessary tools and features to ensure a smooth and efficient online experience for your users.