AWS Logo
Menu
Route53

Route53

Here I'm writing about Route53 service that i learned from Article , tutorial , documentation

Published Dec 31, 2024
This service automate the traffic to it appropriate server that hosts the requested web application
What is domain name system : ?
  • Ex. we created web and deploy it on server and it's Ip is any number like 3.54.6.19 , this IP number can be change in any condition ,
Users cannot remember this number for solving this issue we use specific domain name of our website so by typing it on Browser user can see your website
How DNS works ? =
Ip address of that server _is mapped with the Domain name _so writing it will show the website
This Service mainly works on 3 function
*1. Register Domain name : *
  • The Website needs name ex aws.com , amazon.com
  • Register a specific domain name for your website that will known as domain name
Domain name : use a name in way that it won't use before and available if this condition satisfy then go with the name
*2. Route traffic to the resource of your domain : *
-When your type the domain name in browser Route53 service will redirect that request to your website
How it will Work?
Route53 will maintain the hosted zone of all the IP address along with it's Domain name
From that hosted zone it will check and redirect request to destination
3. Checking the health system of resource :
After routing the request it will check the health status of it , is it reachable , available
Benefits of using ROute53 service :
  1. Highly Scalable
  2. Most Secure
  • IT will check the domain name in Hosted zone ,
    • if it's available in that it will redirect that request to that particular IP .
    • else it want reach to destination

 
My learning resource for this
  1. Youtube - Abhishek veermala
  2. AWS documentation
     

Comments