General information
AWS Active Directory information
AWS Managed Microsoft AD is available in two editions:
Standard Edition: optimized to be a primary directory for small and midsize businesses with up to 5,000 employees. It provides you enough storage capacity to support up to 30,000 directory objects, such as users, groups, and computers.
Enterprise Edition: designed to support enterprise organizations with up to 500,000 directory objects.
Note
Upper limits are approximations. Your directory may support more or less directory objects depending on the size of your objects and the behavior and performance needs of your applications.
Note
Though CCME does not officially support AWS Simple AD it may work in certains contexts.
Variables
CCME_AD_PROTOCOL`: ActiveDirectory protocol, it can be ``ldap
orldaps
CCME_AD_URI
: ActiveDirectory Uniform Resource Identifier (URI), it can be either the Active Directory IP (LDAP case) or the NetworkLoadBalancer DNS (LDAPS case)Example for LDAP case:
10.0.0.6
Example for LDAPS case:
ccmeNLB-ea2a53d6ac284e9f.elb.eu-west-1.amazonaws.com
CCME_AD_DIR_NAME
: Name of the ActiveDirectory withString.String
patterns. Example:ccme.ad
CCME_AD_READ_ONLY_USER
: ActiveDirectory Read Only User nameString
patterns. Example:ReadOnlyUser
CCME_AD_ADMIN_NAME
: ActiveDirectory Administrator user name.Example for Managed AD:
Admin
Example for Simple AD:
Administrator
CCME_AD_ADMIN_CN
: ActiveDirectory Administrator Common Name (CN)Example for Managed AD:
cn=Admin,cn=Users,dc=ccme,dc=ad
Example for Simple AD:
cn=Administrator,cn=Users,dc=ccme,dc=ad
CCME_AD_DIR_NAME_DC1
: The first part of theCCME_AD_DIR_NAME
before the.
. Example:ccme
CCME_AD_DIR_NAME_DC2
: The second part of theCCME_AD_DIR_NAME
after the.
. Example:ad