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
gefragt vor einem Jahr325 Aufrufe
1 Antwort
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

beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor 22 Tagen

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen