Cost Saving options for Workspaces with low usage

0

A customer is interested in cost saving options for workspaces. They use Workspaces Cost Optimizer to swap between hourly and monthly + they have auto-stop set to 2 hours. However, they noticed that if a workspace is provisioned as hourly on Jan 1 and used only once for an hour, it is charged a monthly fee until it is terminated.

The cost optimization options I researched included implementing custom code (lambda) to view workspace metrics in CloudWatch then trigger a shutdown based on indicators. Please advise if this is the best options to improve cost.

AWS
已提问 4 年前543 查看次数
1 回答
0
已接受的回答

A WorkSpace instance is a long lived persistent desktop, meaning we keep the storage for the users WorkSpace (EBS Volumes) WorkSpace 'hot' so that when they log back in all we need to do is to start the underlying instance from Hibernation.

For AutoStop instances, even if the user never logs into the WorkSpace in a given month and even if the WorkSpace instance is never started, there is a monthly flag-fall cost to keep the EBS Storage.

The price of this varies on the Bundle Type, details here:

https://aws.amazon.com/workspaces/pricing/

Also quickly worth noting that the customer pays for the Compute cost of the WorkSpace instance Running, and not the time that the user is actually active in the WorkSpace. For AutoStop instances, we (AWS) will start each AutoStop WorkSpace once per month to allow that instance to be patched and updated. Customers can disable this functionality if they wish:

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

I hope this helps you here!

AWS
专家
Phil_P
已回答 4 年前
profile picture
专家
已审核 24 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则