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
ESPERTO
posta 4 anni fa202 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
Matt_J
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande