Create a build with files in Amazon S3
You can store your build files in Amazon S3 and upload them to Amazon GameLift Servers from there. When you create you build, you specify the S3 bucket location, and Amazon GameLift Servers retrieves the build files directly from Amazon S3.
To create a build resource
-
Store your build files in Amazon S3. Create a .zip file containing the packaged build files and upload it to an S3 bucket in your AWS account. Take note of the bucket label and the file name, you'll need these when creating a Amazon GameLift Servers build.
-
Give Amazon GameLift Servers access to your build files. Create an IAM role by following the instructions in Access a game build file in Amazon S3. After you've created the role, take note of the new role's Amazon Resource Name (ARN), you'll need this when creating a build.
-
Create a build. Use the Amazon GameLift Servers console or the AWS CLI to create a new build record. You must have the
PassRole
permission, as described in IAM permission examples for Amazon GameLift Servers.