Sponsored Links
-->

Thursday, March 8, 2018

Getting Started with Amazon Route53 - YouTube
src: i.ytimg.com

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. 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.

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. Amazon provides an SLA of the service always being available at all times (100% available).

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.


Video Amazon Route 53


Supported DNS record types

  • A
  • AAAA
  • CAA
  • CNAME
  • MX
  • NAPTR
  • NS
  • PTR
  • SOA
  • SPF
  • SRV
  • TXT

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


Maps Amazon Route 53



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

Amazon Route 53: Concepts and Configurations
src: www.networkcomputing.com


See also

  • List of managed DNS providers

Configuración de un dominio con Route 53 - YouTube
src: i.ytimg.com


References


Amazon Route 53: Concepts and Configurations
src: www.networkcomputing.com


External links

  • Amazon Route 53 main page
  • Amazon Route 53 API Reference

Source of article : Wikipedia