Skip to content

Commit

Permalink
Add Error creating Backup Vault know issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Jul 16, 2021
1 parent 80a721e commit 63e8245
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ENHANCEMENTS:

* Add multiple `copy_action` support (thanks @unni-kr)
* Add "Error creating Backup Vault" know issue in README

## 0.11.6 (May 13, 2021)

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,15 @@ No modules.
| <a name="output_vault_arn"></a> [vault\_arn](#output\_vault\_arn) | The ARN of the vault |
| <a name="output_vault_id"></a> [vault\_id](#output\_vault\_id) | The name of the vault |
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Know Issue:

### error creating Backup Vault

In case you get an error message similar to this one:

```
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
```

Add the [required IAM permissions mentioned in the CreateBackupVault row](https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html#backup-api-permissions-ref) to the role or user creating the Vault (the one running Terraform CLI). In particular make sure `kms` and `backup-storage` permissions are added.

0 comments on commit 63e8245

Please sign in to comment.