summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-04 18:37:02 +0200
committerPaul Buetow <paul@buetow.org>2024-02-04 18:37:02 +0200
commitf19296887250be6fa65c951ec1b66e36885bfe8b (patch)
tree17958292aef8c558c9fd05629b356047b69a2c6f
parent944982de425cd7c18e3fe974be02ec21c6f898e5 (diff)
fix
-rw-r--r--gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.gmi2
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.