From be663075f445e52af1d6348b61843b24390275be Mon Sep 17 00:00:00 2001 From: Matthew Vandergrift Date: Mon, 4 Nov 2024 15:35:05 -0700 Subject: [PATCH] Format AWS envars --- content/deploy/backup/binary.md | 6 +++--- content/deploy/restore/binary.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/deploy/backup/binary.md b/content/deploy/backup/binary.md index c2b99ad7..befdbb7e 100644 --- a/content/deploy/backup/binary.md +++ b/content/deploy/backup/binary.md @@ -37,9 +37,9 @@ To back up the database, follow these steps: kubectl logs {{< param application_name >}}-baas-baas-alpha-0 --tail=80 ``` 1. Set the follow environmental variables: - - `AWS_ACCESS_KEY_ID` AWS access key with permissions to write to the destination bucket - - `AWS_SECRET_ACCESS_KEY` AWS access key with permissions to write to the destination bucket - - `AWS_SESSION_TOKEN` AWS session token (if required) + - `AWS_ACCESS_KEY_ID` your AWS access key with permissions to write to the destination bucket + - `AWS_SECRET_ACCESS_KEY` your AWS access key with permissions to write to the destination bucket + - `AWS_SESSION_TOKEN` your AWS session token (if required) 1. Open a pod shell for one of the alpha pods. If you are using the terminal, run this command: diff --git a/content/deploy/restore/binary.md b/content/deploy/restore/binary.md index 87e41b8b..77c0aced 100644 --- a/content/deploy/restore/binary.md +++ b/content/deploy/restore/binary.md @@ -25,9 +25,9 @@ Before you start, ensure you have the following: 1. Set the follow environmental variables: - - `AWS_ACCESS_KEY_ID` AWS access key with permissions to write to the destination bucket - - `AWS_SECRET_ACCESS_KEY` AWS access key with permissions to write to the destination bucket - - `AWS_SESSION_TOKEN` AWS session token (if required) + - `AWS_ACCESS_KEY_ID` your AWS access key with permissions to write to the destination bucket + - `AWS_SECRET_ACCESS_KEY` your AWS access key with permissions to write to the destination bucket + - `AWS_SESSION_TOKEN` your AWS session token (if required) 1. Confirm the cluster and namespace are correct.