Optional build RDS database

This commit is contained in:
2019-10-23 19:44:48 -04:00
parent f7529c993c
commit 567d8c837f
3 changed files with 129 additions and 7 deletions

View File

@@ -10,6 +10,10 @@ Make sure you are logged into the AWS Console and have permissions then click:
Fill out the parameters and launch!
### Parameter Notes
Parameters, `DatabaseUsername`, `DatabasePassword`, `DatabaseEndpoint`, and `DatabasePort`, only used if `CreateDatabase` is false.
## To Do
- [ ] Load Balancing
@@ -18,6 +22,9 @@ Fill out the parameters and launch!
- [ ] Auto Scaling
- [x] Dynamic Port Routing
- [x] HTTPS
- [x] Build Database
- [ ] Custom Admin User
- [x] Automatically migrate database
- [ ] Custom security keys
- [ ] Formatted Launch Parameters
- [ ] Informative `ReadMe.md`