Amazon GameLift · Arazzo Workflow
Amazon GameLift Verify Build Readiness then Create a Fleet
Version 1.0.0
Poll a build until it is READY, then create a fleet that deploys it.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
verify-build-create-fleet
Poll a build until READY, then create a fleet from it.
Repeatedly describes a build until it is READY (or FAILED), then creates a fleet that deploys the build.
1
pollBuildReady
DescribeBuild
Describe the build and check its status. Repeat while INITIALIZED; proceed once the build is READY, or end if it FAILED.
2
createFleet
CreateFleet
Create a fleet that deploys the READY build on EC2 instances.