Deploy CloudFormation Stack

Automate AWS resources with CloudFormation

In this page, it is able to create AWS services for this lab with CloudFormation Stack. It is useful to prevent errors or misconfigurations by this Automated Stack, and also proper to start GameLift HoL quickly. If you finish CloudFormation Stack deployment, you are able to proceed to next part.

  1. Access to CloudFormation console of your region. (https://ap-northeast-2.console.aws.amazon.com/cloudformation)

  2. Find “GomokuHoLTemplate.json” file on your source files. This file is included in Folder “CloudFormation”.

  3. Click “Create Stack” on CloudFormation Console. And select Template is ready > Upload a template File. Upload GomokuHoLTemplate.json.

EFN

  1. If you check “View in Designer”, you can check CloudFormation Stack like below. It is easy to configure automated stacks using CloudFormation.

EFN

  1. Input Stack name “GameLiftHoL”.

  2. Create stack as follows. Please check resource is deployed successfully like below.

EFN

  • If resource with same name already exists in same region, it is not able to make resource. If same resources are remained, retry deployment after deleting remained resources.

After creating AWS services with CloudFormation Stacks, you can skip lab-1. Move on to the next part