AWS GameLift Build

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

aws_gamelift_build (Terraform)

The Build in GameLift can be configured in Terraform with the resource name aws_gamelift_build. 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 an Gamelift Build resource.

AWS::GameLift::Build (CloudFormation)

The Build in GameLift can be configured in CloudFormation with the resource name AWS::GameLift::Build. 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::Build resource creates a game server build that is installed and run on instances in an Amazon GameLift fleet. This resource points to an Amazon S3 location that contains a zip file with all of the components of the game server build.

Frequently asked questions

What is AWS GameLift Build?

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