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