ECS Service stack for Nakama game server
Go to file
2020-02-17 21:57:18 -05:00
.github Update .github files 2020-02-17 21:57:18 -05:00
cloudformation/nakama Move load balancing to seperate stack 2019-11-10 20:55:35 -05:00
.gitignore Intial commit 2019-10-23 01:03:54 -04:00
license.txt Intial commit 2019-10-23 01:03:54 -04:00
ReadMe.md Update ReadMe.md; Create Network LoadBalancer 2019-11-10 18:45:38 -05:00

Heroic Lab's Nakama on ECS

CloudFormation stack for creating an ECS service for Nakama.

Launching Stack

Make sure you are logged into the AWS Console and have permissions then click:

Launch Stack

Fill out the parameters and launch!

Parameter Notes

Parameters, DatabaseUsername, DatabasePassword, DatabaseEndpoint, and DatabasePort, only used if CreateDatabase is false.

To Do

  • Load Balancing
  • Auto Scaling
  • Dynamic Port Routing
  • HTTPS
  • Build Database
    • Database configuration
    • Automatically migrate database
  • Custom Admin User
  • Custom security keys
  • Formatted Launch Parameters
  • Informative ReadMe.md
  • Load Server Modules