Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get multiple user remote access for AWS Windows instance?

How to get remote control access (RDP) for simultaneous multiple users on a Windows Server on AWS instance? What are the charges if it incurs any?

like image 280
Temp O'rary Avatar asked Sep 06 '25 13:09

Temp O'rary


1 Answers

You can create as many users as you like (within Windows limitations), but to have more than two RDP sessions on the same time you have to buy your own license, AWS does not provide it.

If you need more than two simultaneous remote connections, you must purchase a Remote Desktop Services (RDS) license. (Source at AWS)

like image 107
Putnik Avatar answered Sep 08 '25 04:09

Putnik