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
已提问 1 年前325 查看次数
1 回答
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

已回答 1 年前
profile picture
专家
已审核 22 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则