Skip to content

Instantly share code, notes, and snippets.

@nelsonjchen
Created May 25, 2021 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonjchen/684d1405e7cbf68c5eae4c860bd6c5b5 to your computer and use it in GitHub Desktop.
Save nelsonjchen/684d1405e7cbf68c5eae4c860bd6c5b5 to your computer and use it in GitHub Desktop.
`aws/efs/automatic-backup-vault`'s default access policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Principal": {
"AWS": "*"
},
"Action": [
"backup:DeleteBackupVault",
"backup:DeleteBackupVaultAccessPolicy",
"backup:DeleteRecoveryPoint",
"backup:StartCopyJob",
"backup:StartRestoreJob",
"backup:UpdateRecoveryPointLifecycle"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment