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!

gefragt vor einem Jahr333 Aufrufe
4 Antworten
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
EXPERTE
beantwortet vor einem Jahr
0

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

beantwortet vor einem Jahr
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... )

beantwortet vor einem Jahr
0
AWS
beantwortet vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen