Building Managed Active Directory with AWS Directory Service - Identity Management for Hybrid Environments
Set up AWS Managed Microsoft AD and design trust relationships with on-premises AD. This article covers hybrid identity management through integration with WorkSpaces, RDS, and FSx.
Overview of Directory Service
Directory Service is a service that provides managed Active Directory on AWS. It offers three options: AWS Managed Microsoft AD, AD Connector, and Simple AD. Managed Microsoft AD provides a fully managed AD with domain controllers deployed across two or more AZs for multi-AZ availability, and it can establish trust relationships with on-premises AD.
Hybrid Integration
By establishing a forest trust between on-premises AD and Managed Microsoft AD, on-premises users can access AWS resources with single sign-on. You connect on-premises to the VPC via VPN or Direct Connect and configure DNS conditional forwarders. AD Connector is a proxy to on-premises AD that does not replicate AD data on AWS. It is used as a directory for WorkSpaces and AWS SSO, forwarding authentication requests to on-premises AD.
Integration with WorkSpaces and RDS
Managed Microsoft AD integrates directly with many AWS services, including WorkSpaces, RDS for SQL Server, FSx for Windows File Server, and QuickSight. It uses AD for WorkSpaces user authentication and centrally manages desktop settings with Group Policy. With RDS for SQL Server Windows authentication, AD users can seamlessly log in to SQL Server. AD Connector functions as a proxy to on-premises AD, delegating authentication without replicating the directory on AWS. Simple AD is a lightweight Samba-based directory suitable for small-scale and development environments. To deepen your understanding of Directory Service, specialized books on Amazon can also be useful.
Directory Service Pricing
Managed Microsoft AD Standard Edition costs approximately $146/month (2 domain controllers), and Enterprise Edition costs approximately $438/month. Additional domain controllers cost approximately $73/month each (Standard). AD Connector comes in Small (approximately $73/month) and Large (approximately $219/month). Simple AD comes in Small (approximately $73/month) and Large (approximately $219/month). Choose the minimum edition for your use case, and add domain controllers based on your availability requirements.
Summary
Directory Service is a service that enables identity management for hybrid environments through managed Active Directory. It integrates directly with WorkSpaces, RDS for SQL Server, and FSx for Windows File Server, and provides seamless authentication through forest trust with on-premises AD. Proxy connectivity to on-premises AD is also available via AD Connector.