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
posta 2 anni fa2283 visualizzazioni
3 Risposte
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
con risposta 2 anni fa
profile pictureAWS
ESPERTO
verificato 2 anni fa
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
ESPERTO
Mike_L
con risposta 10 mesi fa
0

That's true, From AWS PS support team

profile pictureAWS
awslc
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande