How to Create AD Connector Directory Service on Amazon Web Service(AWS).
AD Connector is a proxy for redirecting directory requests to your existing Microsoft Active Directory without caching any information in the cloud.
AD Connector comes in two sizes, small and large. A small AD Connector is designed for small organizations and is intended to handle a low number of operations per second. A large AD Connector is designed for large organizations and is intended to handle a moderate to high number of operations per second.
- Login to aws portal.
- Click on Services.
- Under Security, Identity,& Compliance select Directory Service.
- Click on set up directory.
- Select AD connector.
- Click on Next.
- Select Directory Size based on requirement.
- Click on Next.
- Create or select existing VPC.
- Create or select existing Subnets.
- Click on Next.
- Provide Directory DNS name.
- Provide Directory NetBIOS name. NetBIOS name is first part of directory DNS name.
- Provide DNS IP addresses.
- Provide Service account username.
- Provide Service account password.
- Click on Next.
- Review all configurations.
- Click on Create directory.
- After sometime AD directory is being created state.
Create AD Connector Directory Service using Shell
- Setup aws-cli on your system so click on link https://www.hackerxone.com/blog/how-install-configure-aws-cli-ubuntu-1804
- Run the following command:
aws connect-directory –name <value> –short-name <value> –password <value> -description <value> –size <value>