Route53 zone-transfers to secondary nameservers?

1

We're migrating to Route53 as our primary public nameservers. We'd like to utilize another company for secondary NS. I'm trying to check where to configure Route53 to allow zone-transfers (AFXR) to the secondary NS, but am not seeing it. Any help?

Thanks in advance!

David
asked 2 years ago2241 views
3 Answers
2

Unfortunately, AWS currently does not support secondary DNS services and zone transfers. There is already a request for Route 53 to support zone transfer. There is no ETA as AWS does not publicize roadmap items however as soon as it gets released, it should be publicly announced in either one of the following links:

AWS News Blog: https://aws.amazon.com/blogs/aws/ What's New: http://aws.amazon.com/new/

AWS
WernerW
answered 2 years ago
profile pictureAWS
EXPERT
reviewed 2 years ago
1

As WernerW mentioned, Route 53 does not support zone transfers.

If you are concerned about availability, Route 53 includes Shuffle Sharing and Anycast to ensure high availability, and comes with 100% SLA.

If you want to keep a copy of your DNS records, you can use AWS CLI (or third party command line tool) to export them. The AWS CLI syntax is as follows

aws route53 list-resource-record-sets --hosted-zone-id "/hostedzone/<YOUR_R53_ID>"
AWS
EXPERT
Mike_L
answered 9 months ago
0

That's true, From AWS PS support team

profile pictureAWS
awslc
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions