Skip to content

Use AWS CloudFormation to configure LDAP over SSL (LDAPS) for AWS managed Microsoft Active Directory (AD) directory using single tier Microsoft Enterprise Certification Authority

License

Notifications You must be signed in to change notification settings

ckatyal17/aws_qs_ldaps_managedAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS Cloudformation (CFN) Template to configure LDAPS with AWS Managed Microsoft AD

This CFN template configures LDAP over SSL for AWS managed Microsoft AD directory using single tier Microsoft Enterprise Certification Authority.

AWS Resources created by template

  • 1 Windows 2019 EC2 instance.
  • Instance profile and IAM roles with necessary permissions to access the resources required to configure CA.
  • SSM document to join EC2 instance to AWS Managed Microsoft AD domain and then configure Microsoft Enterprise CA on the EC2 instance.
  • Security group to allow inbound and outbound traffic on EC2 instance.
  • 1 Cloudwatch log group for CFN template.
  • 1 secret created using AWS Secret Manager to securely store the credentials for CA admin.

Prerequisites:

  • Existing AWS Managed Microsoft AD directory or create a new AWS Managed Microsoft AD directory.
  • Configure outbound rule (egress) on the AWS Managed Microsoft AD domain security group to allow all outbound communication. Refer to the AWS Docs on how to find and modify outbound rules on AWS Managed Microsoft AD domain security group.

How to use "AWS_QS_LDAPS_managedAD" CloudFormation template:

  • Download the CloudFormation template (src/CFN/AWS-QS-LDAPS-managedAD-templ.yml) file to your local computer.
  • Log in to the AWS Management Console and select CloudFormation in the Services menu.
  • Create a new stack by uploading the CloudFormation (AWS-QS-LDAPS-managedAD-templ.yml).
  • Specify the required stack parameters and launch the stack.

Note: AWS_QS_LDAPS_managedAD CloudFormation template takes about 40 minutes to deploy the required resources. There is no charge for using AWS CloudFormation, however, you will be charged for the resources created by AWS CloudFormation template.

About

Use AWS CloudFormation to configure LDAP over SSL (LDAPS) for AWS managed Microsoft Active Directory (AD) directory using single tier Microsoft Enterprise Certification Authority

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published