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!

1 Answer
1
Accepted Answer

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
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • That makes a lot of sense. Thank you!

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