Multiple users accessing the same Amazon Workspaces

0

Is it possible/legal to have multiple users accessing the same workspace ? Let say I have a booth in an event, and I have 4 employees to man the booth, taking turn according schedule. Do I need to launch 4 workspaces for them or is it ok if I just launch 1 and share the credentials to the employees ?

已提問 4 個月前檢視次數 216 次
2 個答案
1
已接受的答案

Hello,

Sharing credentials for a single WorkSpace across multiple users might be a little risky due to security concerns and goes against AWS best practices. Each user should have a dedicated workspace

A single-user account can launch multiple WorkSpaces though. So you could launch 4 separate WorkSpaces, one for each employee, and assign them accordingly based on their schedule

You might find these links helpful --

https://docs.aws.amazon.com/workspaces/latest/adminguide/administer-workspace-users.html

https://stackoverflow.com/questions/57570016/can-multiple-users-utilise-the-same-amazon-workspace

https://repost.aws/questions/QUueiEZR5bSHmOIxZApvFxRg/creating-multiple-workspaces-for-a-single-user

https://docs.aws.amazon.com/workspaces/latest/adminguide/create-multiple-workspaces-for-user.html

Thanks

已回答 4 個月前
0

WorkSpaces have 1:1 mapping so you only get a single set of credentials. You still have these options which are not recommended.

  1. Share the same credentials with multiple users and that will enable them to connect to the WorkSpace but one user at a time. This is a non-complaint and you will never now who made a change.
  2. Use RDP to connect to your WorkSpaces, this is something we don't recommend. We only use RDP when we troubleshoot a WorkSpaces.

What is recommended and is right:

  1. 4 WorkSpaces in Auto-Stop mode for 4 users This way we will not be sharing credentials and following any unconventional way to connect. Auto-Stop will help to save some cost as you mentioned use will be connecting whenever they are at the booth.

  2. Deploy one EC2 instance in public subnet, create 4 local user profiles enable RDP by configuring the security group and NACL rules. This will cost you less as you will be sharing the resource and it requires less admin efforts then creating a WorkSpace however, the instance will be in public subnet exposed to the internet (unless you fine grain security group).

I will choose the EC2 path to save cost by sharing the same machine and only enabling inbound traffic my the public IP address on RDP port 3389 from a single machine.

AWS
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南