Amazon GameLift · Arazzo Workflow
Amazon GameLift Stand Up a Fleet Behind an Alias
Version 1.0.0
Create a fleet from a build, wait until it is ACTIVE, then front it with a SIMPLE alias.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
build-fleet-alias
Create a fleet, poll until ACTIVE, then create a SIMPLE alias to it.
Creates a fleet from a build, repeatedly describes it until ACTIVE, and then creates a SIMPLE routing alias that points to the new fleet.
1
createFleet
Create a fleet that deploys the build on EC2 instances. The fleet starts in NEW status.
2
pollFleetActive
Describe the fleet and check whether it has reached ACTIVE status. Repeat this step until the fleet is ready, then proceed to create the alias.
3
createAlias
Create a SIMPLE alias that routes to the now-ACTIVE fleet so clients can connect through a stable alias.
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.