AWS Workspaces access Log

0

I want to know the last instance usage time of the aws workspace user as a whole. Please let me know if there is a way to check.

4개 답변
0

Is there any way to check on aws cloudwatch? I wonder how I can do it for free rather than using a separate service.

답변함 일 년 전
0

There are a few ways to do this. The most detailed way is with cloudwatch metrics (https://docs.aws.amazon.com/workspaces/latest/adminguide/cloudwatch-metrics.html). The UserConnected metric will show you exactly when the workspace is in use so long as the user is connecting using the workspaces client. Alternatively, if you just need to perform a quick spot check, you can go to the workspaces console and look at "User Last Active" for the specific workspace. It provides less detail and, in my experience, is slightly less reliable. Still it gets the job done. Finally, if this is something you'll do regularly, you can deploy the Workspaces cost optimizer (https://aws.amazon.com/solutions/implementations/cost-optimizer-for-amazon-workspaces/). it can generate daily usage reports for every workspace across all of your accounts/regions and dump them into S3 for you.

답변함 일 년 전
-3

You can use the Amazon WorkSpaces Application Manager (WAM) usage reports to see the last time that a user launched an application from their WorkSpace. These reports provide information on application usage, including the number of times an application was launched and the last launch time for each user. Here is a link to AWS official documentation -> https://docs.aws.amazon.com/wam/latest/adminguide/what_is.html

profile pictureAWS
답변함 일 년 전
  • This is a terrible answer. WAM has been deprecated and adds cost and complexity that are not necessary to get this information.

-3

You can use Amazon CloudWatch to track the last time that a user accessed their Amazon WorkSpaces. However, please note that this will require you to enable logging for WorkSpaces. Once logging has started, you can view the logs in the CloudWatch console. You can use CloudWatch Logs Insights to query the logs and find the last user access time.

profile pictureAWS
답변함 일 년 전
  • This is incorrect. Cloudwatch metrics are captured for all workspaces at all times. There is no need for logs.

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

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

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

관련 콘텐츠