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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠