2019-10-23 07:03:54 +02:00
|
|
|
# Heroic Lab's Nakama on ECS
|
|
|
|
|
|
|
|
CloudFormation stack for creating an ECS service for Nakama.
|
2019-10-23 07:26:00 +02:00
|
|
|
|
|
|
|
## Launching Stack
|
|
|
|
|
|
|
|
Make sure you are logged into the AWS Console and have permissions then click:
|
|
|
|
|
2019-10-23 07:29:43 +02:00
|
|
|
[![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/template?stackName=Nakama&templateURL=https://sumu-stacks.s3.amazonaws.com/nakama/production/cloudformation/nakama/top.yaml)
|
2019-10-23 07:26:00 +02:00
|
|
|
|
|
|
|
Fill out the parameters and launch!
|
2019-10-23 07:36:45 +02:00
|
|
|
|
2019-10-24 01:44:48 +02:00
|
|
|
### Parameter Notes
|
|
|
|
|
|
|
|
Parameters, `DatabaseUsername`, `DatabasePassword`, `DatabaseEndpoint`, and `DatabasePort`, only used if `CreateDatabase` is false.
|
|
|
|
|
2019-10-23 07:36:45 +02:00
|
|
|
## To Do
|
|
|
|
|
2019-11-11 00:45:38 +01:00
|
|
|
- [x] Load Balancing
|
|
|
|
- [ ] [Clustering](https://heroiclabs.com/nakama-enterprise/)
|
2019-10-23 07:36:45 +02:00
|
|
|
- [ ] Auto Scaling
|
|
|
|
- [x] Dynamic Port Routing
|
|
|
|
- [x] HTTPS
|
2019-10-24 01:44:48 +02:00
|
|
|
- [x] Build Database
|
2019-11-03 23:34:28 +01:00
|
|
|
- [x] Custom Admin User
|
2019-10-23 07:36:45 +02:00
|
|
|
- [ ] Custom security keys
|
2020-06-28 08:53:13 +02:00
|
|
|
- [x] Formatted Launch Parameters
|
2019-10-24 01:44:48 +02:00
|
|
|
- [ ] Informative `ReadMe.md`
|