18 November 2020

AWS-Route 53

  • It provides highly available and scalable DNS, domain name registration and health-checking web services.
  • Users can combine their DNS with health-checking services to route traffic to healthy endpoints or to independently monitor or alarm on endpoints.
  • With Route 53, users can create and manage their public DNS records.
  • It is designed to automatically answer queries from the optimal location depending on network conditions.
  • Each Route 53 hosted zone is served by its own set of virtual DNS servers.
  • A hosted zone is analogous to a traditional DNS zone file, it represents a collection of records that can be managed together, belonging to a single parent domain name.
  • It charges are based on actual usage of the service for Hosted Zones, Queries, Health Checks and Domain Names.
  • It SLA provides for a service credit if a customer’s monthly uptime percentage is below the service commitment in any billing cycle.
  • Hosted zones are billed once when they are created and then on the first day of each month.
  • Anycast is a networking and routing technology that helps end users’ DNS queries get answered from the optimal Route 53 location given network conditions.
  • It supports importing standard DNS zone files which can be exported from many DNS providers as well as standard DNS server software such as BIND.
  • It also offers alias records, which are an Amazon Route 53-specific extension to DNS.
  • A wildcard entry is a record in a DNS zone that will match requests for any domain name based on the configuration user set.
  • Users can also use Alias records to map their sub-domains to their ELB load balancers, CloudFront distributions or S3 website buckets.
  • It allows users to list multiple IP addresses for an A record and responds to DNS requests with the list of all configured IP addresses.
  • It allows DNSSEC on domain registration.
  • It supports both forward (AAAA) and reverse (PTR) IPv6 records.
  • Weighted Round Robin allows users to assign weights to resource record sets in order to specify the frequency with which different responses are served.
  • It Geo DNS lets users balance load by directing requests to specific endpoints based on the geographic location from which the request originates.
  • It supports multivalue answers in response to DNS queries.
  • A traffic policy is the set of rules that users define to route end users’ requests to one of their application’s endpoints.
  • Traffic Flow supports all Route 53 DNS Routing policies including latency, endpoint health, multivalue; answers, weighted round robin and geo.
  • Users can manage private IP addresses within VPCs using Route 53’s Private DNS feature.
  • Users can resolve internal DNS names from resources within their VPC that do not have Internet connectivity.
  • DNS Failover consists of two components: health checks and failover.

No comments:

Post a Comment

Most views on this month