AWS GameLift Fleet

This page shows how to write Terraform and CloudFormation for GameLift Fleet and write them securely.

aws_gamelift_fleet (Terraform)

The Fleet in GameLift can be configured in Terraform with the resource name aws_gamelift_fleet. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Provides a Gamelift Fleet resource.

AWS::GameLift::Fleet (CloudFormation)

The Fleet in GameLift can be configured in CloudFormation with the resource name AWS::GameLift::Fleet. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

The AWS::GameLift::Fleet resource creates an Amazon GameLift (GameLift) fleet to host game servers. A fleet is a set of EC2 instances, each of which can host multiple game sessions.

Frequently asked questions

What is AWS GameLift Fleet?

AWS GameLift Fleet is a resource for GameLift of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.