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年前201ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ