Amazon GameLift · Example Payload

Gamelift Create Game Server Group Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Create Game Server Group Input Example is an example object payload from Amazon GameLift, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GameServerGroupNameRoleArnMinSizeMaxSizeLaunchTemplateInstanceDefinitionsAutoScalingPolicyBalancingStrategyGameServerProtectionPolicyVpcSubnets

Example Payload

Raw ↑
{
  "GameServerGroupName": "MyGameFleet",
  "RoleArn": "arn:aws:gamelift:us-east-1:123456789012:fleet/fleet-1a2b3c4d",
  "MinSize": 10,
  "MaxSize": 10,
  "LaunchTemplate": "example-LaunchTemplate",
  "InstanceDefinitions": "example-InstanceDefinitions",
  "AutoScalingPolicy": "example-AutoScalingPolicy",
  "BalancingStrategy": "example-BalancingStrategy",
  "GameServerProtectionPolicy": "example-GameServerProtection",
  "VpcSubnets": "example-VpcSubnets"
}