Amazon WorkSpaces guidelines for concurrent build for scale

0

When doing large deployments (100s/1000s of WorkSpaces) you can script the build out with the createworkspace API command (https://docs.aws.amazon.com/workspaces/latest/api/API_CreateWorkspaces.html). That will perform up to 25 WorkSpace builds.

How long should a customer wait before sending another API call? I've seen "3 minutes" but if anyone has more info/recommendations that'd be helpful.

Would this be consistent between regions?

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

The customer can send the next "batch" through as quick as the API endpoints can handle the ingest, but the builds may get queued up in the back end for very large builds. PowerShell is very good at handling batching, retries, and back off for you, which may also be helpful. Each region has its own limits on max numbers of builds (both on a per account as well as a per region basis) to help prevent the total environment from being affected, which is why there is a queuing process in place.

AWS
专家
Matt_J
已回答 4 年前

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

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

回答问题的准则