142k views
5 votes
Which DNS record type is generally used to point R53 record sets at AWS logical resources?

A
A+ALIAS
CNAME
SOA

1 Answer

5 votes

Final answer:

The ALIAS record type is used for pointing Amazon Route 53 record sets at AWS logical resources. It is preferred for mapping AWS resources to a domain name without needing IP addresses, unlike traditional A or AAAA records.

Step-by-step explanation:

The DNS record type that is generally used to point Amazon Route 53 record sets at AWS logical resources such as an Elastic Load Balancer, S3 buckets, or another AWS resource is the ALIAS record type. Unlike traditional DNS records which require IP addresses, an ALIAS record can point to another DNS name while still being recognized as the apex domain, which is particularly useful in the seamless management of AWS resources. The other DNS record types listed, such as A, AAAA, CNAME, and SOA, serve different purposes. An A record points to an IP address, an AAAA record is used for IPv6 addresses, a CNAME record points to another domain name instead of an IP address, and an SOA record provides authoritative information about the domain.

User Daniel Gelling
by
8.0k points