Increase root drive in bulk for AWS workspace

0

We have about 4000 workspaces that were created that are too small to accept the 20H2 update. The only option we find seems to be increasing one workspace at a time but Amazon must have another option. Please advise. Thanks!

asked 2 years ago253 views
1 Answer
0
Accepted Answer

My guidance would be to use the modify-workspace-properties CLI (https://docs.aws.amazon.com/cli/latest/reference/workspaces/modify-workspace-properties.html) to do this via a script that loops through multiple sets of WorkSpace IDs at a time. Apply exponential backoff logic to not get throttled of course, but I would never do this through the AWS Console at scale.

AWS
EXPERT
answered 2 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