- Newest
- Most votes
- Most comments
Hey there @REDACTEDUSER
-
A GameLift fleet is a collection of managed Ec2 instances.
-
Each instance runs a number of serverProcesses (up to max 50). You specify the number/configuration for the serverProcesses by passing in a RuntimeConfiguration to the CreateFleet API.
-
The number of active, healthy server processes is the # of available gameSessions that you can run on your fleet.
-
When you create a gameSession (either via CreateGameSession / StartGameSessionPlacement / StartMatchmaking APIs), you reserve one of those healthy server Processes for usage
-
Once you have an ACTIVE GameSession PlayerSessions can be created on it. Each PlayerSession has an PlayerSessionId, and provides connection information for a player to connect to the ec2 instance your GameSession is running on.
-
The # of PlayerSessions that can be created on a GameSession is specified on the API call used to Create the Session:
Relevant content
- asked 2 years ago
- asked 6 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 20 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago