Commit 8bea4a8
committed
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]>1 parent 5887ab9 commit 8bea4a8
File tree
26 files changed
+2019
-1233
lines changed- deployments/aws
- bin
- env
- misc
- templates
- end-to-end
- proto
26 files changed
+2019
-1233
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments