
Using AWS Directory Service, organizations can achieve high levels of availability and scalability while ensuring secure directory operations in the cloud.
Simple AD Mode
In Simple AD mode, AWS Directory Service functions as a standalone directory within the AWS environment. This mode is ideal for AWS-compatible services that require basic directory functionalities. However, Simple AD is built using the Samba protocol and does not offer the full range of features available in Microsoft AD. It is intended for isolated deployments and does not support integration with existing on-premises directories.
Managed Microsoft AD Mode
For users who need advanced features and full compatibility with Microsoft Active Directory, AWS offers the Managed Microsoft AD mode. This service deploys a genuine instance of Microsoft AD in the AWS cloud, making it suitable for applications that depend on specific AD functionalities. Additionally, if you have an existing on-premises Active Directory, you can establish a trust relationship with your Managed Microsoft AD instance to create a seamless hybrid environment between your on-premises and cloud resources.
AD Connector Mode
Organizations that already maintain an on-premises Active Directory and prefer not to deploy a separate cloud instance can opt for the AD Connector mode. In this configuration, AWS Directory Service provides a proxy that connects AWS services, such as AWS WorkSpaces, directly to your on-premises AD. This solution avoids duplicating directory infrastructure in the cloud while still enabling secure integration with AWS services.
Quick Comparison Table
| Directory Service Mode | Description | Key Use Case |
|---|---|---|
| Simple AD | Standalone directory in AWS using Samba; supports basic directory operations. | Lightweight directory needs that do not require full AD features. |
| Managed Microsoft AD | Full-featured Microsoft AD deployed in AWS; supports trust relationships with on-premises AD. | Applications that demand advanced AD functionalities and hybrid setups. |
| AD Connector | Acts as a proxy to connect AWS services to an existing on-premises Active Directory. | Integrating AWS services with an existing on-premises directory without duplication. |
For more in-depth information on AWS Directory Service and its features, refer to the AWS Directory Service Documentation.