AWS Rout 53 Record Types Flashcards
(134 cards)
What is the primary function of AWS Route 53?
AWS Route 53 is a scalable Domain Name System (DNS) web service designed to route end users to Internet applications.
True or False: Route 53 can only be used with AWS resources.
False
What type of Route 53 record maps a domain name to an IP address?
A record (Address Record)
Fill in the blank: The _____ record type is used to route requests to a specific resource in AWS, such as an Elastic Load Balancer.
CNAME record
What is the purpose of an MX record in Route 53?
MX records are used to specify mail servers for email delivery.
Which record type is used to point a domain to an Amazon S3 bucket?
Alias record
True or False: A CNAME record can be used at the root domain level.
False
What does the SOA record stand for, and what is its purpose?
Start of Authority; it provides information about the domain’s DNS zone, including the primary name server and the email of the domain administrator.
What type of record would you use to create a subdomain in Route 53?
CNAME record or A record
Which record type allows you to configure a DNS record that can point to multiple resources for load balancing?
Alias record
What is the TTL in DNS records, and why is it important?
TTL stands for Time to Live; it defines how long a DNS record is cached by resolvers, impacting DNS query performance.
What is the difference between an A record and an AAAA record?
An A record maps a domain to an IPv4 address, while an AAAA record maps a domain to an IPv6 address.
True or False: Route 53 can perform health checks on endpoints.
True
What does an NS record do in Route 53?
NS records specify the name servers for a domain.
Fill in the blank: The _____ record type is used to direct traffic to an external service using a domain name.
CNAME record
What type of record would you use to specify a secondary mail server for email redundancy?
MX record
What does the acronym DNS stand for?
Domain Name System
True or False: An Alias record can point to AWS resources like CloudFront distributions.
True
What is the maximum number of records you can create in a single Route 53 hosted zone?
There is no hard limit, but AWS recommends managing up to 10,000 records per hosted zone for optimal performance.
What is a TXT record used for in Route 53?
TXT records are used to store text information related to a domain, often for verification and security purposes.
What is AWS Route 53?
AWS Route 53 is a scalable Domain Name System (DNS) web service designed to provide highly reliable and cost-effective domain registration, DNS routing, and health checking.
True or False: Route 53 allows you to route traffic based on different routing policies.
True
What are the main routing policies available in AWS Route 53?
The main routing policies are Simple, Weighted, Latency, Failover, Geo-location, Geo-proximity, and Multi-Value Answer.
Fill in the blank: The ______ routing policy routes traffic to resources based on the lowest network latency.
Latency