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
CreateFleet
Create a fleet that deploys the build on EC2 instances. The fleet starts in NEW status.
2
pollFleetActive
DescribeFleetAttributes
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
CreateAlias
Create a SIMPLE alias that routes to the now-ACTIVE fleet so clients can connect through a stable alias.