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
EXPERTO
preguntada hace 4 años202 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
EXPERTO
Matt_J
respondido hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas