From the course: AWS Certified DevOps Engineer Professional (DOP-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Route 53 overview

Route 53 overview

- [Instructor] Amazon Route 53 is a global Domain Name System service that allows you to route traffic across various AWS regions and external systems outside of AWS. It provides a variety of routing policies that you can implement to meet your required use cases and automatically monitor the state and performance of your applications, servers, and other resources using health checks. With Route 53, you can register your own domain name, transfer a domain from another domain registrar, create health checks, route traffic flows, configure DNS resolvers, and many more. Basically, a Domain Name System or DNS is just a system that routes a domain name to a particular IP address. Say, for example, your website is running on a server with an IP address of 49.143.173.201. You then bought a new domain name in Route 53 called tutorialsdojo.com and set up a new DNS record that points to the IP address of your web server. If a user visits the tutorialsdojo.com website, it will route the request…

Contents