AppStream 2.0 - Access Control for different users and monitoring

0

A customer wants to use AppStream 2.0 for a simple application that utilize GPU a lot.

This might be a very simple question but I can't find the answer from our webpage, the questions are:

  1. Multiple users will be using the app remotely, how can a user only access his/her data and can't see data from other else.
  2. Can it integrate with Workdoc so that user can access his/her own files in the app?
  3. Can admin monitor the CPU/RAM/GPU utilization of the AppStream?
AWS
asked 5 years ago1123 views
1 Answer
0
Accepted Answer

Hi,

  1. With AppStream, each user connects to their own instance: there is no sharing of instance between users. From the admin guide A streaming instance is an EC2 instance that is made available to a single user for streaming.https://docs.aws.amazon.com/appstream2/latest/developerguide/what-is-appstream.html You can allow users to have their own storage - https://docs.aws.amazon.com/appstream2/latest/developerguide/home-folders.html

  2. You can configure the WorkDocs Drive client in an AppStream image so that users running an AppStream streaming instance can access their WorkDocs documents. https://aws.amazon.com/blogs/desktop-and-application-streaming/using-amazon-workdocs-with-amazon-appstream-2-0/ - although I'd perform the install of workdocs to configure the default drive letter as part of the image build process.

  3. An admin could use tools to monitor resource usage within the AppStream session, then save that to be ingested in CloudWatch, or Kinesis. Or use third party tools - for example AWS Partner Liquidware has Stratusphere UX which can be used for granular insight into resource usage - https://aws.amazon.com/blogs/desktop-and-application-streaming/using-amazon-workdocs-with-amazon-appstream-2-0/

AWS
EXPERT
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions