AWS SDK SERVER 5.0.3 issues and Gamelift questions

0

Hello, I'm trying to use Gamelift to host our game servers (built on UE5). No problem to compile the game server using sdk/plugin and everything looks ok.

I'm trying to follow the good "AWS for game" YT series and adapt it to the new versions. No easy task sometime. I upload the build and create a fleet. Everything looks ok Fleet events

Then I try the game-create-session command and I got that error: Game create session error

So I want to get an RDP access to Windows on the EC2 instances for debuging: get instance access deprecated

So I try the new command

aws gamelift get-compute-access --fleet-id fleet-XXXX 

but it complains asking for a --compute-name following this regex [a-zA-Z0-9-]+|^arn:.*:compute/[a-zA-Z0-9-]+ format

I have no idea how to get the compute-name of an EC2 instance created from gamelift. The Gamelift EC2 instances are not showed in my EC2 console.

Also randomly when I try to get the instances running I got an empty array. Enter image description here

I'm really lost here and I can't find good ressources on these issues

[Update] Some other infos that could help to solve my issues:

Fleet attributes

Fleet capacity

Fleet utilization

Thanks!

posta un anno fa333 visualizzazioni
4 Risposte
0

The following AWS CLI can be used to check the compute in your fleet.
The "ComputeName" is included in this response.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/gamelift/list-compute.html

aws gamelift list-compute --fleet-id fleet-XXXX 
profile picture
ESPERTO
con risposta un anno fa
0

Hi Riku, Thanks for your reply but this solution is for "Anywhere" mode not Managed EC2

con risposta un anno fa
0

Now I have that: Enter image description here

So I tried to use the AccessKeyId/SecretAccessKey as login/password but it's not working... Enter image description here

I tried to refer to this documentation but again it's not updated: https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-remote-access.html

(I blured the keys but the instance is already gone... )

con risposta 10 mesi fa
0
AWS
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande