One of my Windows Server 2016 VMs is hosted in AWS. I want to log in to the AWS Windows Server 2016 VM using either Entrust ID or Azure Active Directory credentials. The objective is to eliminate the dependency on "on-perm AD and AD Connect." How can I accomplish this?
Sort by:
IT Manager2 years ago
Entrust Identity as a Service is available on AWS.
Please follow this link for more information.
AWS Marketplace: Entrust Identity as a Service (amazon.com)
Ensure that your Windows Server 2016 VM is Azure AD-joined, In the Azure portal, configure Azure AD to grant necessary permissions for the VM. Assign the appropriate roles or permissions to the Azure AD user accounts that need access to the VM.Enable Remote Desktop on your Windows Server 2016 VM.Configure Remote Desktop settings to allow Azure AD users to log in.Adjust NSGs to allow Remote Desktop Protocol (RDP) traffic to the VM from the necessary IP addresses.Use Azure AD credentials (Azure AD usernames and passwords) to log in to the Windows Server 2016 VM.