diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-31 18:50:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-31 18:50:37 +0200 |
| commit | 2b8d0e7997e5bdf6c49a0ad1b96c1e304a601d70 (patch) | |
| tree | 5ef93c38432539046e5e905514cb64d9068ba687 | |
| parent | f5e36aaec349f14b799d6bc8101bd24da69bbcb7 (diff) | |
update README
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ * Input variables, for configuring different service hosts. * Backup EFS, don't let `terraform destroy` erease all my data! Or create Backup +## Manual steps + +### Create `fluxdb_password` + +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 base environment First create VPC, subnets and EFS in `org-buetow-base` |
