ECS Service stack for Nakama game server
Go to file
Joseph Manley a57c16a69e Allow ECS to pull docker image from private repo
Use AWS::NoValue

Remove {}

Try at CredentialsParameter level

Duplicate code :/

Remove volume
2020-07-28 19:45:34 -04:00
.github Configure deploy credentials 2020-04-26 00:54:23 -04:00
cloudformation Allow ECS to pull docker image from private repo 2020-07-28 19:45:34 -04:00
.gitignore Intial commit 2019-10-23 01:03:54 -04:00
.gitmodules Integrated cluster into stack 2020-04-26 00:44:43 -04:00
license.txt Intial commit 2019-10-23 01:03:54 -04:00
ReadMe.md Update ReadMe.md 2020-06-28 02:53:13 -04: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
  • Custom Admin User
  • Custom security keys
  • Formatted Launch Parameters
  • Informative ReadMe.md