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.

 

Fig 1

 

  • Under Security, Identity,& Compliance select Directory Service.

 

Fig 2

 

  • Click on set up directory.

 

Fig. 3

 

  • Select AWS managed Microsoft AD directory type.
  • Click on Next.

 

Fig. 4

 

  • Select Edition based on requirement. Choose Standard Edition.
  • Provide Directory DNS name.

 

Fig. 5

 

  • Provide Directory NetBIOS name. NetBIOS name is first part of directory DNS name.
  • Provide Admin password.
  • Click on Next.

 

Fig. 6

 

  • Create or select existing VPC.
  • Create & select existing Subnets.
  • Click on Next.

 

Fig. 7

 

  • Review all configurations.

 

Fig. 8

 

  • Click on Create directory.

 

Fig 9

 

  • After sometime AWS managed Microsoft active directory is being created state.

 

Fig 11

 

Create AWS Managed Microsoft AD using Shell

aws create-directory –name <value> –short-name <value> –password <value> –description <value> –size <value> –vpc-settings <value>

 

 

Leave a Reply