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 年前檢視次數 326 次
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
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南