diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-04 18:37:02 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-04 18:37:02 +0200 |
| commit | f19296887250be6fa65c951ec1b66e36885bfe8b (patch) | |
| tree | 17958292aef8c558c9fd05629b356047b69a2c6f | |
| parent | 944982de425cd7c18e3fe974be02ec21c6f898e5 (diff) | |
fix
| -rw-r--r-- | gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.gmi b/gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.gmi index d88e9bc4..ff5d2857 100644 --- a/gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.gmi +++ b/gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.gmi @@ -70,7 +70,7 @@ You can find all Terraform manifests here: Whereas: -* `org-buetow-base` sets up the bare VPN (IPv4 and IPv6 subnets in 3 AZs, EFS, ECR (the AWS container registry for some self-built containers) and Route 53 zone. It's the requirement for most other Terraform manifests in this repository. +* `org-buetow-base` sets up the bare VPC (IPv4 and IPv6 subnets in 3 AZs, EFS, ECR (the AWS container registry for some self-built containers) and Route 53 zone. It's the requirement for most other Terraform manifests in this repository. * `org-buetow-bastion` sets up a minimal Amazon Linux EC2 instance where I can manually SSH into and look at the EFS file system (if required). * `org-buetow-elb` sets up the Elastic Load Balancer, a prerequisite for any service running in ECS Fargate. * `org-buetow-ecs` finally sets up and deploys all the Docker apps mentioned above. Any apps can be turned on or off via the `variables.tf` file. |
