From 90885e5d4bc2fd81e2f88212729bc87241981c02 Mon Sep 17 00:00:00 2001 From: Yuchen Ying Date: Mon, 20 May 2024 09:43:42 -0700 Subject: [PATCH] Add a note that the certificate ARN should be in the same region of the services. --- docs/it-manual/sre-playbook/terraform-deploy-system.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/it-manual/sre-playbook/terraform-deploy-system.md b/docs/it-manual/sre-playbook/terraform-deploy-system.md index 701fd538..b2e3443a 100644 --- a/docs/it-manual/sre-playbook/terraform-deploy-system.md +++ b/docs/it-manual/sre-playbook/terraform-deploy-system.md @@ -96,6 +96,8 @@ Java can be installed with `sudo yum install java` and terraform can be installe Follow [official documentation](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html). After your certificate is ready and validated, copy the ARN from your console and put it into the `SSL_CERTIFICATE_ARN` variable in your `civiform_config.sh` +NOTE: make sure the correct region (the `AWS_REGION` value in `civiform_config.sh`) is selected in the top right drop down, before proceeding to request the certificate. + ARN has format of arn:aws:acm:::certificate/\ ![Screen Shot 2022-08-10 at 3 50 39 PM](https://user-images.githubusercontent.com/1741747/184037024-c7ed7537-cfc6-41e9-9b32-40f1b4d03341.png)