Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit fe492c4

Browse files
committed
Fix for being dyslexic
1 parent 3b23e66 commit fe492c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However we are actively using this system for the following asset types:
2424

2525
#### Backup
2626
1. Each individual resource has its own CMK (Customer Managed encryption Key) which encrypts the resources data while at rest.
27-
2. On a regular basis a snapshot is taken off that resource and placed in the the Local AWS Vault as a recovery point (a.k.a. a backup) which encrypts it data with its own CMK.
27+
2. On a regular basis a snapshot is taken off that resource and placed in the Local AWS Vault as a recovery point (a.k.a. a backup) which encrypts it data with its own CMK.
2828
3. Once a local recovery point is in place in the local AWS Vault an AWS Backup "Copy Job" is automatically kicked off to make a copy of the recovery point into the Locked Remote Vault in the "Backup" AWS account.
2929
4. When the recovery point is placed in the Locked AWS Vault it re-encrypts the recovery point with its own CMK. At this time a lifecycle policy is assigned to the recovery point in the Locked Remote AWS Vault
3030
4. The recovery point can not be removed by ANYONE (including AWS support and the root user) until such time as the lifecycle expires the recovery point. See: https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html

modules/backup/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a simple module to create a AWS Backup vault, KMS keys, Plans and automa
66

77
The vault module should be ran first in the remote AWS account.
88

9-
**WARNING** Once a snaphshot has been placed intothe remote locked vault it can not be removed until the
9+
**WARNING** Once a snaphshot has been placed into the remote locked vault it can not be removed until the
1010
lifecycle duration has been exceeded.
1111

1212
## Module parameters
@@ -19,14 +19,14 @@ The vault module should be ran first in the remote AWS account.
1919
| local_lifecycle | Lifecycle for local copies, in days | number | - |
2020
| remote_lifecycle | Lifecycle for remote copies, in days | number | - |
2121
| backup_schedule | The schedule to run backups, in AWS CRON format | string | cron(15 11 ? * * *) |
22-
| use_env | Wether to backup by environmrnt ot ALL assets in account | bool | false |
22+
| use_env | Wether to backup by environmrnt or ALL assets in account | bool | false |
2323
| environment | The environment name to select assets from | string | - |
2424

2525

2626
## Sample usage
2727

2828
This snippet creates a backup vault and plan for RSS prod. The AWS account number "123456789012" and ARN
29-
is the locked vault created by the vault module in a seperate AWS account.
29+
is the locked vault created by the vault module in a separate AWS account.
3030

3131
Local copies of the snapshots are held for 7 days and remote "tamper-proof" copies for 90 days. The backup
3232
runs at 11:15 every day and backs up all assets in the prod environment (as defined by the Environment tag)

0 commit comments

Comments
 (0)