From d9efb983c2191efcdc02834d3b530df20c952591 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Dec 2023 18:51:58 +0200 Subject: update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3654c77..2efb042 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Go to AWS Secrets manager manually and create it! ### Domain Domain TLS certificate -Create DNS zone and TLS certificate in AWS manually. E.g. create `buetow.cloud` zone and a TLS certificate for `buetow.cloud,*.buetow.cloud`. Add the Certificate ARN to the `org-buetow-base` environment. +Create DNS zone and TLS certificate in AWS manually. E.g. create `buetow.cloud` zone and a TLS certificate for `buetow.cloud,*.buetow.cloud`. Add the Certificate ARN to the `org-buetow-base`'s output as `zone_certificate_arn`. ## Create base environment -First create VPC, subnets and EFS in `org-buetow-base` +Then, create VPC, subnets and EFS in `org-buetow-base`. ## Use the bastion to set up some EFS subdirs @@ -40,6 +40,8 @@ Then, create subdirectories in EFS, using `org-buetow-bastion`. E.g., have somet /mnt/efs/ecs/audiobookshelf ``` +Also, manually activate daily EFS backup via AWS console. + ## Set up Application loadbalancer In `org-buetow-elb` -- cgit v1.2.3