AWS - Route 53



AWS Route 53 is the AWS Proprietary routing systems that provides the DNS services over the hosted cloud resources.
We need to create the hosted zones on the AWS dashboard and point the SOA,NS records to the domain providers dashboard to flow traffic to the hosted resources over the AWS cloud
AWS Route 53 : Routing Mechanisms :

Here routing works on providing the EC2 public IP addresses to the Route 53 A record

Load balancing is done based on load balancers where weight is considerd as the metric to route traffic through.
0-255 is the weight scale and 128 is called as 50-50 routing

Routing done on metric of locations & regions to provide faster response time and low latency over the hosted cloud resources.

Routing done based on primary and secondary to provide immunity over failovers by hosting resources on different cloud regions.
Last updated