diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-31 18:51:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-31 18:51:58 +0200 |
| commit | d9efb983c2191efcdc02834d3b530df20c952591 (patch) | |
| tree | 2edb1bf1e29f05dfcc30e3f22be9dba8d78cf208 /README.md | |
| parent | 2b8d0e7997e5bdf6c49a0ad1b96c1e304a601d70 (diff) | |
update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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` |
