Route 53 Flashcards
How we got Route 53 name?
DNS port is 53; Due to which we got the name Route 53
What is Route 53?
Route 53 is DNS service for AWS.
What is DNS?
DNS is used to convert human readable domain names into IP addresses.
What is IPv4?
32 bit network address
What is IPv6?
128 bit network address
What is top level domain?
Last word in domain name is top level domain.
What is second level domain?
second word from last in domain name is second level domain.
What is top level domain for “.com”?
.COM is top level domain
What is top & second level domain for “.co.uk”?
.UK is top level domain
.CO is second level domain
Top level domain names are controlled by which authority?
IANA - Internet Assigned Number Authority
What enforces uniqueness of domain names?
ICANN
In which database all DNS must be register?
WhoIS database
Popular domain register?
Amazon, go-daddy etc.
What is SOA?
Start of Authority record.
What SOA stores?
Every DNS hold SOA records which stores data regarding: Name of server that supply data admin for zone current version file TTL value
What is NS record?
Name Server Record is used by top level domain servers to direct traffic to the content DNS server which holds SOA record.
How DNS is resolved?
(Web browser) acloudguru.com -> (Top level domain ).com -> ( domain register ) NS record -> SOA -> IP
What is A Record?
Its contain IP details for DNS.
What is TTL?
The time length that DNS is cached on server or at client machine.
What is CNAME?
Canonical Name is used to resolve one domain name to another. Google.com to m.google.com
What is Alias records?
“Map resources to Elastic Load balancer, CloudFront or S3.
alias record is similar to CNAME. One DNS to another DNS.
Do we get IPv4 for elastic load balancer?
No
DNS Types?
SOA Record, NS Record, A Record, CNAMES, MX Records, PTR Records.
DNS registration time?
Max 3 days
What is Simple Routing?
In simple routing we can map multiple IP address to a domain. & Simple routing will redirect us to any of the IP address in random.
What is Weighted Routing?
In Weighted routing we can map multiple IP address to a domain. & Weighted routing will split the traffic based on the different weights assigned to each IP address.
What is Latency Based Routing?
In Latency Based routing we can map multiple IP address to a domain. & Latency routing will redirect us to lowest latency IP address.
What is Failover Routing?
In Failover routing we can map multiple IP address to a domain as primary & secondary. & failover routing will redirect to primary or secondary IP address based on Web server health/availability.
What is Geolocation Routing?
In Geolocation routing we can map multiple IP address to a domain. & Geolocation routing will redirect us to nearest IP address.
What is Geoproximity Routing?
In Geoproximity routing we can map multiple IP address to a domain. & Geoproximity routing will redirect us to any of the IP address based on routing flow.
What is Multivalued Routing?
In Multivalued routing we can map multiple IP address to a domain. & Multivaluerouting will redirect us to any of the IP address in random with health check associated.
Do we have health check involved in Simple routing?
No
Which routing is suitable for DR scenario?
Failover routing
Which routing is suitable for Country based scenario?
Geolocation Routing
when we stop server & start do we get different IP for server?
Yes
How to prevent IP address change for web server?
Dedicated IP or using elastic load balancer
You have an enterprise solution where CTO asked you to redirect all of Asia traffic to India; which routing will help with this scenario?
Geolocation Routing & geoproximity routing.
If UK users are seeing different sites than that of US customers what routing might be in use?
Geolocation Routing & geoproximity routing.
You created subdomain for popular websites, you need subdomain point to ELB using route 53; which DNS record set can be used?
CNAME & Alias
Your company has 8 web servers & network traffic should be served based on resilience which routing can be used?
Multivalued routing
Is there is limit for no of domain names that you can manage in AWS?
Yes limit is 20 but it can be extended by AWS.
Which routing will redirect to different server if health check is not good?
Failover routing & latency based routing