Amazon GameLift · Arazzo Workflow
Amazon GameLift Deploy Build to a Fleet
Version 1.0.0
Register a game build, create a fleet from it, and wait for the fleet to become ACTIVE.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
deploy-build-fleet
Create a build, create a fleet from it, and poll until the fleet is ACTIVE.
Creates a build resource, launches a fleet that deploys the build on EC2 instances, and repeatedly describes the fleet until Amazon GameLift reports it in ACTIVE status.
1
createBuild
CreateBuild
Create a new build resource for the game server binaries. A new build is placed in INITIALIZED status and must reach READY before a fleet can use it.
2
createFleet
CreateFleet
Create a fleet that deploys the new build on EC2 instances. The fleet is placed in NEW status, prompting Amazon GameLift to begin the fleet creation workflow.
3
pollFleetActive
DescribeFleetAttributes
Describe the fleet's attributes and check whether it has reached ACTIVE status. Repeat this step until the fleet is ready to host game sessions.