You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Route53 alias A-records are similar to normal CNAME records in the DNS spec but can be used in top-level domains such as example.com and are usually used to point towards AWS-service generated domains such as API Gateway REST APIs, CloudFront distributions or ALBs.
🧑💻 Implementation
This will need tighter coupling between the DNS server and route53 where route53/the dns server needs to actually communicate with our other AWS services to query the IPs it needs to hand out to the requester.
Is there an existing issue for this?
Feature description
Route53 alias A-records are similar to normal CNAME records in the DNS spec but can be used in top-level domains such as
example.comand are usually used to point towards AWS-service generated domains such as API Gateway REST APIs, CloudFront distributions or ALBs.🧑💻 Implementation
This will need tighter coupling between the DNS server and route53 where route53/the dns server needs to actually communicate with our other AWS services to query the IPs it needs to hand out to the requester.
Anything else?