Connecting to EC2 Instances Using Microsoft Entra ID

0
6
Asked By CleverCat99 On

We're looking to move away from Fleet Manager and want to connect to our EC2 instances via RDP and SSH using our existing Microsoft Entra credentials. We've got the network connectivity all set up, but we want to avoid using a hybrid Active Directory model. What are some solutions others have found effective for this?

4 Answers

Answered By NetworkNerd55 On

For RDP access with Entra ID, your EC2 instances typically need to join a domain. If you're trying to avoid that, there may be other solutions out there, but it would be more complicated.

Answered By CloudGuru21 On

Switching to Microsoft Entra ID for RDP and SSH is a great way to centralize access, but it's not a simple plug-and-play. To avoid a domain join, you can exchange your AD token for an IAM role and utilize SSM Session Manager. You might want to look into automating key or certificate pushes for your sessions if you're managing SSM policies across multiple accounts.

Answered By TechieTom72 On

You can't connect to AWS directly using Entra credentials. The first step is to exchange those Entra credentials for AWS IAM credentials. Set up SAML authentication in IAM with appropriate roles to manage SSH access to your instances.

Answered By DevDude88 On

Instead of needing a bastion host, you can exchange your AD token for an IAM role that allows SSH access through Systems Manager Session Manager. If you need separate user accounts on the VM, consider temporarily pushing a key using EC2 Instance Connect or setting up SSH certificates.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.