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
feita há um ano303 visualizações
1 Resposta
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

respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas