diff --git a/docs/infra-overview.md b/docs/infra-overview.md index 636dc743e..78e0277f7 100644 --- a/docs/infra-overview.md +++ b/docs/infra-overview.md @@ -117,7 +117,7 @@ This should be complete for all regions U.S. Notify has been deployed to or is c 1. Select `Toll-free registrations` and `Create registration` 1. Select the number you just created and then `Register existing toll-free number` 1. Complete and submit the form. Approval usually takes about 2 weeks. -1. See the run book for information on how to set those numbers. +1. See the [run book](./run-book.md) for information on how to set those numbers. Example answers for toll-free registration form diff --git a/docs/run-book.md b/docs/run-book.md index 12513ba13..822067977 100644 --- a/docs/run-book.md +++ b/docs/run-book.md @@ -91,7 +91,7 @@ Also known as: **How to move code from my machine to production** ### datagov-brokerpak-smtp -1. To include new verisons of the SMTP borkerpak in released SSB code, create a PR in the `usnotify-ssb` repo updating the version in use in `app-setup-smtp.sh` +1. To include new verisons of the SMTP brokerpak in released SSB code, create a PR in the `usnotify-ssb` repo updating the version in use in `app-setup-smtp.sh` ### Vulnerability Mitigation Changes @@ -157,7 +157,7 @@ Important policies: | Role Name | System | Permissions | Notes | | --------- | ------ | ----------- | ----- | | Cloud.gov Service Account | Cloud.gov | `OrgManager` and `SpaceDeveloper` | Creds stored in GitHub Environment secrets within api and admin app repos | -| SSB Deployment Account | AWS | `IAMFulLAccess` | Creds stored in GitHub Environment secrets within usnotify-ssb repo | +| SSB Deployment Account | AWS | `IAMFullAccess` | Creds stored in GitHub Environment secrets within usnotify-ssb repo | | SSB Cloud.gov Service Account | Cloud.gov | `SpaceDeveloper` | Creds stored in GitHub Environment secrets within usnotify-ssb repo | | SSB AWS Accounts | AWS | `sms_broker` or `smtp_broker` IAM role | Creds created and maintained by usnotify-ssb terraform |