route 53 Flashcards
what is route 53
Amazon Route 53 provides highly available and scalable Domain Name System (DNS), domain name registration, and health-checking web services.
What can I do with Amazon Route 53?
- -create and manage public DNS records;
- -answers requests to translate specific domain names like into their corresponding IP addresses.
- -offers health checks to monitor the health and performance of your application as well as your web servers and other resources.
CreateHostedZone API
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-leveldomains(TLDs).
domain vs hosted Zone?
domain is a general DNS concept like amazon.com
hosted zone is an Amazon Route 53 concept. is analogous to a trafitional DNS zone file; it represents a collection of records that can ne managed together, belonging to a single parent domain name. all resource records sets within a hosted zone must have the same suffix like www.aws.amazon.com, www.amazon.com.
I have subscribed for Amazon Route 53 but when I try to use the service it says “The AWS Access Key ID needs a subscription for the service”
When you sign up for a new AWS service, it can take up to 24 hours in some cases to complete activation, during which time you cannot sign up for the service again.
Does Amazon Route 53 use an anycast network?
Yes. Anycast is a networking and routing technology that helps your end users’ DNS queries get answered from the optimal Route 53 location given network conditions. As a result, your users get high availability and improved performance with Route 53.
Amazon routed 53 limits
each route 53 account is limited to 500 hosted zones and 10,000 resources record sets per hosted zone.
50 domains,
Can I create multiple hosted zones for the same domain name?
yes.
Does Amazon Route 53 also provide website hosting?
No
Which DNS record types does Amazon Route 53 support?
A (address record) AAAA (IPv6 address record) CNAME (canonical name record) CAA (certification authority authorization) MX (mail exchange record) NAPTR (name authority pointer record) NS (name server record) PTR (pointer record) SOA (start of authority record) SPF (sender policy framework) SRV (service locator) TXT (text record) Additionally, Amazon Route 53 offers ‘Alias’ records (an Amazon Route 53-specific virtual record).
Does Amazon Route 53 support wildcard entries? If so, what record types support them?
Yes. all record types except for NS.
What is the default TTL for the various record types and can I change these values?
Amazon Route 53 does not have a default TTL for any record type. You must always specify a TTL for each record so that caching DNS resolvers can cache your DNS records to the length of time specified through the TTL.
Can I associate multiple IP addresses with a single record?
Yes. Associating multiple IP addresses with a single record is often used for balancing the load of geographically-distributed web servers. Amazon Route 53 allows you to list multiple IP addresses for an A record and responds to DNS requests with the list of all configured IP addresses.
Does Amazon Route 53 support DNSSEC?
Amazon Route 53 does not support DNSSEC for DNS at this time. But Amazon Route 53 allows DNSSEC on domain registration.
Does Amazon Route 53 support IPv6?
Yes. Amazon Route 53 supports both forward (AAAA) and reverse (PTR) IPv6 records.