Replace local Microsoft Active Directory with AWS Directory Service

active-directoryamazon-web-servicescloud

We have a very basic AD usage (basically manage user password reset) and for that we have to maintain a old Windows server.

All the services our internal users access are on the cloud (GMail, Google Drive, Salesforce, etc), so since we are very dependable on internet connection, we see no problem to have a directory service on the cloud as well.

Because it's not possible to use Azure Active Directory for that ( Can I replace my domain controller with Azure Active Directory? ) , I wonder if it's possible to use AWS Directory Service

Is it possible?

Thanks

Best Answer

Yes, you can migrate your active directory to AWS Directory Service.

You can use the AWS Directory Service Simple AD (pricing here) if you have basic needs, which provides a Samba 4 compatible directory.

You can use actual Microsoft Active Directory from the directory service offering if you have more complex needs or need full compatibility.

If you want to federate between AWS and on-premise the directory service isn't always the best choice, as it gives you less flexibility than an AD server. It doesn't sound like that's what you want to do though, so ADS should be fine for you.

Related Topic