Jump to content

Amazon Route 53

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 101.165.221.230 (talk) at 02:08, 22 July 2017 (Pricing: pricing out of date - updated to match https://aws.amazon.com/route53/pricing/). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Amazon Route 53 (Route 53) is a scalable and highly available Domain Name System (DNS). It is part of Amazon.com's cloud computing platform, Amazon Web Services (AWS). The name is a reference to TCP or UDP port 53, where DNS server requests are addressed.[1] In addition to being able to route users to various AWS services, including EC2 instances, Route 53 also enables AWS customers to route users to non-AWS infrastructure. Route 53's servers are distributed throughout the world. Amazon Route 53 supports full, end-to-end DNS resolution over IPv6. Recursive DNS resolvers on IPv6 networks can use either IPv4 or IPv6 transport to send DNS queries to Amazon Route 53. [2]

Customers create "hosted zones" that act as a container for four name servers. The name servers are spread across four different TLDs. Customers are able to add, delete, and change any DNS records in their hosted zones. Amazon also offers domain registration services to AWS customers through Route 53.[3] Amazon provides an SLA of the service always being available at all times (100% available).[4]

One of the key features of Route 53 is programmatic access to the service that allows customers to modify DNS records via web service calls. Combined with other features in AWS, this allows a developer to programmatically bring up a machine and point to components that have been created via other service calls such as those to create new S3 buckets or EC2 instances.

Supported DNS record types

Additionally, there is a Route 53-specific virtual record type called "Alias".[5]

Pricing

Hosted Zones

  • $0.50 per hosted zone / month for the first 25 hosted zones
  • $0.10 per hosted zone / month for additional hosted zones

Standard Queries

  • $0.40 per million queries – first 1 billion queries / month
  • $0.2 per million queries – over 1 billion queries / month

See also

References

  1. ^ "What is Amazon Route 53?". Retrieved Mar 4, 2013.
  2. ^ https://aws.amazon.com/about-aws/whats-new/2016/10/amazon-route-53-now-supports-dns-queries-over-ipv6-networks/
  3. ^ "Route 53 Update - Domain Name Registration, Geo Routing, and a Price Reduction". Retrieved July 31, 2014.
  4. ^ "Amazon Route 53 SLA". Retrieved November 8, 2011.
  5. ^ "Amazon Route 53 FAQs". Retrieved November 8, 2011.