-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aws): auto-scaled AWS deployment
Restructure AWS deployment to use load balancers and auto-scaled service instances. - This deployment requires a domain to be registered in Route53. - TLS is relegated to the load balancers. This requires for a certificate associate with the registered domain to be created inside ACM. - RDS and EC2 instances now run inside private subnets and are not directly accessible by the outside world. A sentinel instance exists to provide indirect access, e.g. when setting up the databases. Signed-off-by: Sergei Trofimov <[email protected]>
- Loading branch information
Showing
29 changed files
with
2,516 additions
and
1,284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.