# Amazon Route 53

![Architecture diagram of Amazon Route 53 and Amazon CloudFront working together to deliver content from Amazon EC2 instances](https://explore.skillbuilder.aws/files/a/w/aws_prod1_docebosaas_com/1688374800/ryko2AV8aqiRJVMC2mGNWQ/tincan/48182b86c73ffe16940dfabe53710d740e5d80d2/assets/e-xAJkcMGrxL3sq4_WE71CA369xcdceJ2.png align="left")

✅ Domain Name System: Suppose that any company has a website hosted in the AWS cloud.  
  
✅ Customer enter the web address into their browser and they are able to access the website this happen because of domain name system.  
  
✅ DNS resolution involves a customer DNS resolver communicating with a company DNS server.  
  
✅ DNS resolution is the process of translating a domain name to an IP address.  
  
✅ Amazon Route 53 : Amazon route 53 is a domain name service. It gives developers and business a reliable way to route end users to internet application hosted in AWS.  
  
✅ Amazon route 53 connect user request to infrastructure running in AWS (such as Amazon EC2 instances and load balancer) It can route users to infrastructure outside of AWS.  
  
✅ Another feature of Route 53 is the ability to manage DNS records for domain names . you can register new domain name directly in route 53.  
  
✅ You can also transfer DNS records for existing domain names managed by other domain registrars.  
  
✅ This enable you to managed all of your domain names within single location.
