Home > Back-end >  AWS RDP Connection logs out
AWS RDP Connection logs out

Time:01-29

So, I have RDP on AWS and only 2 users can use it. If a third user tries to connect one of the connection will log out. I have t2.large instance, I am not sure how to add more users, Can any one guide me?

CodePudding user response:

Yes that is expected. At a time only 2 users are allowed to RDP to your windows EC2 instance. If you want 3 or more people to RDP to your instance then you have to buy Client Access Licenses (CALs).

Reference and solution:

https://aws.amazon.com/premiumsupport/knowledge-center/concurrent-users-windows-ec2-rdp/#:~:text=If you installed the Remote,grace period of 120 days.

  •  Tags:  
  • Related