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!

asked 10 months ago326 views
4 Answers
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
EXPERT
answered 10 months ago
0

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

answered 10 months ago
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... )

answered 10 months ago
0
AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions