AWS - Route 53
Last updated
Last updated
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
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.
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.