Key features
Get recursive DNS for your Amazon VPCs in AWS Regions, VPCs in AWS Outposts racks, or any other on-premises networks. Create conditional forwarding rules and Route 53 endpoints to resolve custom names mastered in Amazon Route 53 private hosted zones or in your on-premises DNS servers.
Protect your recursive DNS queries within the Route 53 Resolver. Create domain lists and build firewall rules that filter outbound DNS traffic against these rules.
Ensure that your resources across Availability Zones or Regions are continually audited for recovery readiness.
Learn more »
Use simple on/off switches, integrated with DNS records of your top-level resources, to failover traffic.
Learn more »
Make sure that specific rules are followed during failover to protect automated recovery actions from impairing availability.
Learn more »
Functionality
Amazon Route 53 has a simple web-services interface that lets you get started in minutes. Your DNS records are organized into “hosted zones” that you configure with Route 53’s API. To use Route 53, you simply:
- Subscribe to the service by clicking on the sign-up button on this page.
- Create a hosted zone that can store DNS records for your domain. Upon creating the hosted zone, you receive four Route 53 name servers across four different Top-Level Domains (TLDs) to help ensure a high level of availability. If you don’t have a domain name, you can search for available domains and register them using the Route 53 console. If you have an existing domain name, you can opt to have it transferred to Route 53’s management so that you can conveniently manage your domain names and DNS configuration in a single location.
- Your hosted zone will be initially populated with a basic set of DNS records, including four virtual name servers that will answer queries for your domain. You can add, delete or change records in this set using the AWS Management Console or by calling the ChangeResourceRecordSetAPI. A list of supported DNS records is available here.
- If you want to keep your domain name with the current registrar, inform the registrar to update the name servers for your domain to the ones associated with your hosted zone. If you’ve registered a domain name with Route 53, your domain name will be automatically associated with the correct name servers.
To transfer your domain from another DNS service to Route 53, you:
- Get a list of your DNS record data for your domain name, generally available in the form of a “zone file” that you can get from your existing DNS provider.
- Follow the four getting started steps listed above.
By following these few simple steps, you’ll be able to set up your DNS entries and have Route 53 answering queries for your web application in just a few minutes. See our Technical Documentation for more detailed information about the Route 53 service and API
About DNS
The Domain Name System (DNS) is a globally distributed service that is foundational to the way people use the Internet. DNS uses a hierarchical name structure, and different levels in the hierarchy are each separated with a dot ( . ). Consider the domain names www.amazon.com and aws.amazon.com. In both these examples, “com” is the Top-Level Domain and “amazon” the Second-Level Domain. There can be any number of lower levels (e.g., “www” and “aws”) below the Second-Level Domain. Computers use the DNS hierarchy to translate human readable names like www.amazon.com into the IP addresses like 192.0.2.1 that computers use to connect to one another.
Route 53 is an “authoritative DNS” system. An authoritative DNS system provides an update mechanism that developers use to manage their public DNS names. It then answers DNS queries, translating domain names into IP address so computers can communicate with each other.
The name for our service (Route 53) comes from the fact that DNS servers respond to queries on port 53 and provide answers that route end users to your applications on the Internet. In the future, we will add additional routing capabilities to Route 53 to better help your users find the best way to your website or application.
Working with Amazon Route 53's APIs
Route 53 provides a simple set of APIs that make it easy to create and manage DNS records for your domains. You can call these directly; all this functionality can also be accessed via the AWS Management Console. For a full list of the available Route 53 APIs, please see the Amazon Route 53 API Reference Guide. Some of the most commonly used APIs and their functionality are listed below:
- CreateHostedZone: Creates a new hosted zone to contain your DNS data. After creating a Hosted Zone, you receive four name servers to which you can delegate your domain.
- GetHostedZone: Lists information about a specific hosted zone.
- DeleteHostedZone: Deletes a hosted zone.
- ChangeResourceRecordSets: Populates and edits the DNS resource records in a hosted zone.
- ListResourceRecordSets: Retrieves either all the resource record sets in a hosted zone or filtered by record name and type.
- CheckAvailability: Checks the availability of one domain.
- RegisterDomain: Registers the requested domain.
See our Technical Documentation for more detailed information about these APIs.
The Amazon Route 53 Global Network
Route 53 uses a global network of DNS servers at a series of world-wide locations to offer you high availability and increased performance. Route 53 uses the following locations:
North America
- Ashburn, VA
- Atlanta, GA
- Boston, MA
- Chicago, IL
- Dallas/Fort Worth, TX
- Denver, CO
- Hayward, CA
- Houston, TX
- Indianapolis, IN
- Jacksonville, FL
- Los Angeles, CA
- Miami, FL
- Minneapolis, MN
- Montreal, QC
- New York, NY
- Newark, NJ
- Palo Alto, CA
- Philadelphia, PA
- Phoenix, AZ
- Portland, OR
- Querétaro, MX
- San Francisco, CA
- San Jose, CA
- Seattle, WA
- South Bend, IN
- St. Louis, MO
- Toronto, ON
- Vancouver, BC
Europe
- Amsterdam, Netherlands
- Athens, Greece
- Berlin, Germany
- Brussels, Belgium
- Bucharest, Romania
- Budapest, Hungary
- Copenhagen, Denmark
- Dublin, Ireland
- Düsseldorf, Germany
- Frankfurt, Germany
- Hamburg, Germany
- Helsinki, Finland
- Lisbon, Portugal
- London, United Kingdom
- Madrid, Spain
- Manchester, England
- Marseille, France
- Milan, Italy
- Munich, Germany
- Paris, France
- Prague, Czech Republic
- Rome, Italy
- Sofia, Bulgaria
- Stockholm, Sweden
- Vienna, Austria
- Warsaw, Poland
- Zurich, Switzerland
South America
- Rio de Janeiro, Brazil
- Santiago, Chile
- Sao Paulo, Brazil
Asia
- Bangkok, Thailand
- Bengaluru, India
- Chennai, India
- Hong Kong, China
- Hyderabad, India
- Kolkata, India
- Kuala Lumpur, Malaysia
- Manila, Philippines
- Mumbai, India
- New Delhi, India
- Osaka, Japan
- Seoul, South Korea
- Singapore
- Taipei, Taiwan
- Tokyo, Japan
Australia & New Zealand
- Auckland, New Zealand
- Melbourne, Australia
- Perth, Australia
- Sydney, Australia
Middle East and Africa
- Dubai, United Arab Emirates
- Fujairah, United Arab Emirates
- Cape Town, South Africa
- Johannesburg, South Africa
- Manama, Bahrain
- Tel Aviv, Israel
Intended Usage and Restrictions
Your use of this service is subject to the Amazon Web Services Customer Agreement.