How to Create AWS Managed Microsoft Active Directory Service on AWS
Microsoft AD is a Microsoft Active Directory hosted on the AWS Cloud. It integrates most Active Directory features with AWS applications.
With AWS Managed Microsoft AD, we can easily enableĀ Active Directory-aware workloads and AWS resources to use managed actual Microsoft Active Directory in the AWS Cloud.
- Login to aws portal.
- Click on Services.
- Under Security, Identity,& Compliance select Directory Service.
- Click on set up directory.
- Select AWS managed Microsoft AD directory type.
- Click on Next.
- Select Edition based on requirement. Choose Standard Edition.
- Provide Directory DNS name.
- Provide Directory NetBIOS name. NetBIOS name is first part of directory DNS name.
- Provide Admin password.
- Click on Next.
- Create or select existing VPC.
- Create & select existing Subnets.
- Click on Next.
- Review all configurations.
- Click on Create directory.
- After sometime AWS managed Microsoft active directory is being created state.
Create AWS Managed Microsoft AD 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 create-directory –name <value> –short-name <value> –password <value> –description <value> –size <value> –vpc-settings <value>