Questions tagged with Amazon GameLift

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

My game is designed for community servers. Can GameLift FlexMatch manage the active servers. That is, can anyone that spins up an in-game or dedicated server, register the game server as active in...
0
answers
0
votes
56
views
Zaddo
asked a month ago
I would like to stop players from entering a game session once a minimum number of players have joined. Here's an example: - The maximum number of players that could be in a given game session is...
1
answers
0
votes
78
views
asked a month ago
I am currently trying to get AWS Gamelift up an running on my windows 11 PC with visual Studio 22 as per this...
Accepted AnswerAmazon GameLiftWindows
2
answers
0
votes
97
views
asked a month ago
There appears to be a bug in GameLift Managed Linux hosting where standard output is redirected by the process that starts the server executable and is not being read from which causes the server to...
1
answers
0
votes
100
views
Bahke
asked a month ago
Im using Gamelift for my UE5 game and have some gamelift server sdk code init. One among them is getting the session id using Aws::GameLift::AwsStringOutcome sessionIdAWS =...
1
answers
0
votes
54
views
asked a month ago
I am using GameLift through the Go version of Server SDK5. When I instantiante the fleet with 50 game server processes on an instance (there is only one instance), I get this error in game server...
1
answers
0
votes
82
views
asked a month ago
UpdatePlayerSessionCreationPolicy() Updates the current game session's ability to accept new player sessions. A game session can be set to either accept or deny all new player sessions. (See also the...
1
answers
0
votes
46
views
asked a month ago
So I have a game session where maximum 20 players can join. Players join through lambda response from APIs. The lambda checks for available servers and see if players joined are less than the max...
1
answers
0
votes
48
views
asked a month ago
How can Target-tracking Fleet Auto-Scaling be managed in CloudFormation/CDK without going the semi-self-managed route of GameServerGroup/FleetIQ? CloudFormation has an AutoScalingPolicy but it's part...
1
answers
0
votes
105
views
mjans71
asked a month ago
First I get the instance id of the fleet : ``` aws gamelift --profile <my_profile> get-compute-access \ --fleet-id <fleet_id> \ --compute-name <instance_id> ``` get the key info and session token...
2
answers
0
votes
68
views
asked a month ago
**Use Case** Initialize system environment variables for an instance so that OpenTelemetry Collector configuration can use these values. These values will be unique per instance (based on instance...
Accepted AnswerAmazon GameLift
1
answers
0
votes
53
views
mjans71
asked 2 months ago
Hello Flexmatch Team, I didn't see anywhere mention that we could define relaxations on the comparison rule type by comparing the attributes of the players between them. For instance, in the rule...
0
answers
0
votes
87
views
asked 2 months ago