
Answer-first summary for fast verification
Answer: Create a CNAME record
A CNAME record maps DNS queries for the name of the current record, such as acme.example.com, to another domain (example.com or example.net) or subdomain (acme.example.com or zenith.example.org). CNAME records can be used to map one domain name to another. Although you should keep in mind that the DNS protocol does not allow you to create a CNAME record for the top node of a DNS namespace, also known as the zone apex. For example, if you register the DNS name example.com, the zone apex is example.com. You cannot create a CNAME record for example.com, but you can create CNAME records for www.example.com, newproduct.example.com, and so on.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your application is hosted by a third-party service and is accessible via the URL yourapp.3rdparty.com. You want your users to access this application using your own domain name, www.mydomain.com, which is managed within Amazon Route 53.
What type of Route 53 DNS record should you configure to achieve this?
A
Create an Alias Record
B
Create a PTR record
C
Create an A record
D
Create a CNAME record
No comments yet.