Amazon GameLift · Arazzo Workflow
Amazon GameLift Scale Fleet Capacity
Version 1.0.0
Confirm a fleet is ACTIVE, update its desired/min/max instance counts, then read back its capacity.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
scale-fleet-capacity
Verify a fleet is ACTIVE, update its capacity, and read back fleet capacity.
Describes a fleet to confirm ACTIVE status, updates its desired/min/max instance counts, and retrieves the fleet capacity to confirm the change.
1
confirmFleetActive
DescribeFleetAttributes
Describe the fleet's attributes and confirm it is in ACTIVE status before adjusting capacity.
2
updateCapacity
UpdateFleetCapacity
Update the fleet's desired, minimum, and maximum instance counts for the target location.
3
readCapacity
DescribeFleetCapacity
Retrieve the fleet's capacity settings to confirm the new desired, minimum, and maximum instance counts took effect.