Is there a bulk way of updating a contact address across multiple domains?

0

I have many domains and I'm moving. There doesn't appear to be a way to update all addresses, or am I missing something?

https://twitter.com/kaihendry/status/1599618923389145088

profile picture
hendry
posta un anno fa322 visualizzazioni
1 Risposta
0

No native way in AWS.

But you can write boto3 script and loop around a file picking one domain at a time.

Better to test out with 2 to 3 test domains before doing bulk change.

You may also face some throttling, so make sure to add some wait time.

[1] update-domain-contact - https://docs.aws.amazon.com/cli/latest/reference/route53domains/update-domain-contact.html [2] UpdateDomainContact - https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContact.html

con risposta un anno fa
profile picture
ESPERTO
verificato 21 giorni 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