Active Directory on EC2

0

Hi, We are running an AD environment on AWS using EC2 instances (not managed by AWS). I am working on designing the AD sites and according to best practices, we are supposed to have a site per region so clients will find the best DC to log on to. In that design though, clients might pick a DC in a different AZ than their own, which is slower and produces cross-AZ traffic.

My question is, why not create a site per availability zone instead of per region? That way, clients would connect to the DC in their AZ and traffic would not have to leave the AZ.

Thanks!

sagy
已提问 1 年前290 查看次数
1 回答
1
已接受的回答

It is generally recommended to have a separate Active Directory (AD) site for each region because it helps to ensure that clients can always find a domain controller (DC) that is located close to them and can provide fast authentication and authorization services. This is especially important if the clients are located in different regions, as it can help to reduce the amount of cross-region traffic that is generated by clients trying to authenticate to the AD.

However, if you have a large number of clients that are all located within the same region and availability zone (AZ), then it might make sense to create a separate AD site for each AZ. This can help to further optimize the authentication process for these clients by ensuring that they can always find a DC that is located within the same AZ.

It's worth noting that creating a separate AD site for each AZ can be more complex to manage and maintain than a single AD site per region. This is because you would need to create and manage multiple AD site links, and you would also need to ensure that the site topology is properly configured to reflect the different AZs.

In general, the best approach for designing AD sites will depend on your specific requirements and the distribution of your clients. It might be useful to consider factors such as the number of clients that are located in each region or AZ, the expected workload on the DCs, and the expected network latency between the clients and the DCs when deciding how to design your AD sites.

Mounick
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • That makes a lot of sense. Thank you!

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

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

回答问题的准则