User and group management in AWS Managed Microsoft AD - AWS Directory Service

User and group management in AWS Managed Microsoft AD

You can manage users and groups in AWS Managed Microsoft AD. You create a user to represent a person or entity that can access your directory. You can also create a group to grant and deny permissions to more than one user at a time. You can add not only users to a group, but also groups to a group. When you add a user to a group, the user inherits the roles and permissions assigned to the group. When you add a group to a group, the groups share a parent-child relationship, where the child group inherits the roles and permissions assigned to the parent group. You can also copy a user's group memberships into another user.

You can manage users and groups with AWS Directory Service Data using the following methods:

For a demonstration of the AWS Directory Service Data CLI, see the following YouTube video.

Alternatively, you can use a domain-joined instance.

Manage users and groups with the AWS Management Console

You can manage users and groups with the AWS Management Console with AWS Directory Service Data. Directory Service Data is an extension of AWS Directory Service that provides you with the ability to perform built-in object management tasks. Some of these tasks include creating users and groups and adding users to groups as well as groups to a group.

For more information, see Manage AWS Managed Microsoft AD users and groups with the AWS Management Console.

Note

To use this feature, it must be enabled. For more information, see Enable user and group management.

You can only manage users and groups with the AWS Management Console from the Primary AWS Region for your directory. For more information, see Primary vs additional Regions.

You'll need the necessary IAM permissions to use AWS Directory Service Data. For more information, see AWS Directory Service API permissions: Actions, resources, and conditions reference. To get started granting permissions to your users and workloads, you can use AWS managed policies like AWSDirectoryServiceDataFullAccess or AWSDirectoryServiceDataReadOnlyAccess. For more information, see Security best practices in IAM.

Manage users and groups with the AWS CLI

You can manage users and groups with the AWS CLI through the AWS Directory Service Data API. Directory Service Data is an extension of AWS Directory Service that provides you with the ability to perform built-in object management tasks using the ds-data namespace. Some of these tasks include creating users and groups and adding users to groups as well as groups to a group.

Create a user with AWS Directory Service Data CLI

The following is an example AWS CLI command that uses the ds-data namespace to create a user.

aws ds-data create-user --directory-id d-1234567890 --sam-account-name "jane.doe" --region your-Primary-Region-name
Note

To use this AWS CLI, it must be enabled. For more information, see Enabling or disabling user and group management or AWS Directory Service Data.

You can only manage users and groups with the AWS Directory Service Data CLI from the primary AWS Region for your directory. For more information, see Primary vs additional Regions.

You'll need the necessary IAM permissions to use AWS Directory Service Data. For more information, see AWS Directory Service API permissions: Actions, resources, and conditions reference. To get started granting permissions to your users and workloads, you can use AWS managed policies like. AWSDirectoryServiceDataFullAccess or AWSDirectoryServiceDataReadOnlyAccess. For more information, see Security best practices in IAM

For more information, see Manage AWS Managed Microsoft AD users and groups with the AWS CLI.

Manage users and groups with an on-premise instance or Amazon EC2 instance

If the AWS Directory Service Data doesn't support your use case, we recommend managing users and groups with an on-premise or EC2 instance.

To create users and groups in an AWS Managed Microsoft AD, you can use any instance (from either on-premises or EC2) that has been joined to your AWS Managed Microsoft AD. You need to be logged in as a user that has privileges to create users and groups. You will also need to install the Active Directory Tools on your instance so you can add your users and groups with the Active Directory Users and Computers tool.