SOA-C03 · Question #107
A company's application is hosted by an internet provider at app.example.com. The company manages with Amazon Route 53. Which Route 53 record should be created to address this?
The correct answer is C. CNAME record. another domain name (e.g., app.example.com). This allows users to access the application using the company’s custom domain while DNS resolution automatically points to the external hostname. Alias records are used for AWS resources like CloudFront or ELB, not external
Question
A company's application is hosted by an internet provider at app.example.com. The company manages with Amazon Route 53. Which Route 53 record should be created to address this?
Options
- AA record
- BAlias record
- CCNAME record
- DPointer (PTR) record
How the community answered
(29 responses)- A3% (1)
- B10% (3)
- C83% (24)
- D3% (1)
Explanation
another domain name (e.g., app.example.com). This allows users to access the application using the company’s custom domain while DNS resolution automatically points to the external hostname. Alias records are used for AWS resources like CloudFront or ELB, not external
Topics
Community Discussion
No community discussion yet for this question.