All Content tagged with Amazon GameLift
game server hosting solution that deploys, operates, and scales cloud servers for multiplayer games
Content language: English
Select up to 5 tags to filter
Sort by most recent
495 results
Hey, I'm trying to implement the manual backfill into my server. I'm using Unreal Engine 5.3 and the GameLift plugin for Unreal. Unfortunately when I call StartMatchBackfill I get a...
I am operating an old game that has entered the "long tail" of its life cycle. At some point the GameLift EC2-managed server costs will cost more than the game makes in revenues, which means the game...
My project is using AWS for backend and heavily depends on it.
Unreal Engine updated to 5.4 a few weeks ago and I'd love to update my project too to make use of new features. However, AWS SDK plugin...
Hi,
We are using the gamelift sdk with unreal engine 5.3 and we have been trying for days now to deploy our dedicated server, each time we have the following error...
HI, as per documentation of Gamelift, for VPC peering, you need both the fleet and VPC to be in the same region. However, In my case, I have a VPC A containing private API consumed by my private EC2s...
Hi, I have VPC A containing private API endpoints which are accessible only from VPC A. Now I have a resource in VPC B that should also be able to access this private API. What is the best method to...
An error occurred (NotFoundException) when calling the CreateVpcPeeringConnection operation: Fleet fleet-sg-dba2-47f1-8c4f-sdg not found. This is what I receive when I call...
Hi, I have a private link in API Gateway created in my VPC A which is invoked only by the EC2s in the VPC A (restricted by resource policy). Now I want to add my gamelift servers as well the...
Hi, I have a APi that is restricted based on VPC> I want the endpoint to be accessible for my gamelift fleets as well. How can I do this? SInce Gamelift servers are not in any VPC, I am unsure how to...
Hi,
I have API endpoints for writing the score of players after each game from the server. So my worry is, how can I make sure only the server is authorized to invoke the api? Is a resource policy...
Greetings,
I'm currently utilizing version 5.0.0 of the GameLift SDK alongside an Unreal Engine server on Linux, with instances ranging from c5.large to c4.xlarge in the eu-central-1 region. The...