- Newest
- Most votes
- Most comments
Hello,
In order to manage Simple AD, we need to follow the below steps after deploying the Simple AD.
a] Launch an EC2 instance
b] Update the DNS server to use Simple AD DNS
c] Domain join the EC2 instance to the Simple AD using the Administrator account of Simple AD https://docs.aws.amazon.com/directoryservice/latest/admin-guide/simple_ad_join_windows_instance.html
d] Install the Active Directory Administration Tools https://docs.aws.amazon.com/directoryservice/latest/admin-guide/simple_ad_install_ad_tools.html
Once the above steps are completed you can follow the below article to create AD users https://docs.aws.amazon.com/directoryservice/latest/admin-guide/simple_ad_manage_users_groups_create_user.html
Password for the Administrator account is set during simple AD creation. If the Administrator password is not available then you can reset the administrator password from AWS directory services console. Please refer the below doc for the complete https://docs.aws.amazon.com/directoryservice/latest/admin-guide/simple_ad_manage_users_groups_reset_password.html
If you still face any issues, please reach out to AWS support team for further assistance.
Thank you and have a great day!
Relevant content
- asked 3 years ago
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
Thanks for sharing. When I get to step D] Installing the Active Directory Administration Tools, my server does not present the required features after I join the Simple AD domain. I am able to get around the GUI and install the features via Powershell commands, and can verify the features are installed with the Get-WindowsFeature | Where-Object {$_.Name -like "RSAT*"} command.
My problem is the error message I receive when I try to launch the Active Directory Administration Tools app: "Your account or computer is not joined to any domain. Join to a domain and try again."