Amazon Route 53
Amazon Route 53 (Route 53) is part of Amazon.com's cloud computing platform, Amazon Web Services (AWS). Route 53 provides scalable and highly available Domain Name System (DNS). The name (Route 53) 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
Queries
- $0.50 per million queries – first 1 billion queries / month
- $0.25 per million queries – over 1 billion queries / month
See also
References
- ↑ "What is Amazon Route 53?". Retrieved Mar 4, 2013.
- ↑ https://aws.amazon.com/about-aws/whats-new/2016/10/amazon-route-53-now-supports-dns-queries-over-ipv6-networks/
- ↑ "Route 53 Update - Domain Name Registration, Geo Routing, and a Price Reduction". Retrieved July 31, 2014.
- ↑ "Amazon Route 53 SLA". Retrieved November 8, 2011.
- ↑ "Amazon Route 53 FAQs". Retrieved November 8, 2011.
External links
- Amazon Route 53 main page
- Amazon Route 53 API Reference