从托管的AD目录服务器中移除Controller报错

0

【以下的问题经过翻译处理】 这个文档指出可以将controller数量减少至2个https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_deploy_additional_dcs.html#addremovedcs

但是在控制台中,将数值设置小于2会显示错误信息:"数字必须大于2。"

目录类型为Microsoft AD,在添加了第三个控制器并确定不需要之后,似乎无法删除它。

profile picture
EXPERT
asked 5 months ago6 views
1 Answer
0

【以下的回答经过翻译处理】 控制台不允许将数量减少到2。我认为这是UI团队的验证错误。 API update-number-of-domain-controllers 允许删除所有标记为“ADDITIONAL”的controller 并将目录返回到2个“REQUIRED”节点。 aws ds update-number-of-domain-controllers --directory-id d-12345a678b --desired-number 2

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions