Retrieves current usage data for a fleet location. Utilization data provides a snapshot of current game hosting activity at the requested location. Use this operation to retrieve utilization information for a fleet's remote location or home Region (you can also retrieve home Region utilization by calling DescribeFleetUtilization).
To retrieve utilization data, identify a fleet and location.
If successful, a FleetUtilization object is returned for the requested fleet location.
The number of active game sessions that are currently being hosted across all instances in the fleet location.
fleet_utilization.active_server_process_count
The number of server processes in ACTIVE status that are currently running across all instances in the fleet location.
fleet_utilization.current_player_session_count
The number of active player sessions that are currently being hosted across all instances in the fleet location.
fleet_utilization.fleet_arn
The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
fleet_utilization.fleet_id
A unique identifier for the fleet associated with the location.
fleet_utilization.location
The fleet location for the fleet utilization information, expressed as an Amazon Web Services Region code, such as us-west-2.
fleet_utilization.maximum_player_session_count
The maximum number of players allowed across all game sessions that are currently being hosted across all instances in the fleet location.