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
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
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
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.
Source API Descriptions
openapi
openapi
openapi
xAmzTargetGameliftDescribefleetattributesApi
https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/openapi/amazon-gamelift-x-amz-target-gamelift-describefleetattributes-api-openapi.yml
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.