Workspace Utilization report

0

I am looking for a way to determine if a user should be on the all month plan or the hourly plan for their workspace. I think the break even point is 80 hours per month and then would make sense to convert them to the full month plan. The problem is that the reports I've gotten with the great script below don't display this information.

https://github.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/blob/master/New-WKSWorkSpacesReport.ps1

I need to know the hours per month a user's workspace is not in Stopped status. It could even be by the machine name or the workspace ID instead of the username. Any ideas?

1 Answer
1
Accepted Answer

Cost Optimizer for Workspaces can simplify this even further. This solution analyzes all of your Amazon WorkSpaces usage data and automatically converts the WorkSpace to the most cost-effective billing option (hourly or monthly), depending on your individual usage. It also has a dry run mode, where you can see the recommended changes before automatically converting them. In addition, you can review the daily and monthly reports, and manually implement any desired changes.

AWS
EXPERT
Gokul
answered a year ago
  • That would do it but looks like it would take an aws engineer to implement it. I would be satisfied with static reports.

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