Skip to content

Instantly share code, notes, and snippets.

@afquinterog
Last active September 10, 2018 15:20
Show Gist options
  • Save afquinterog/ed3ca8d1127f92d953911239bd4b52ee to your computer and use it in GitHub Desktop.
Save afquinterog/ed3ca8d1127f92d953911239bd4b52ee to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Principal": {
"AWS": "*"
},
"Action": "glacier:DeleteArchive",
"Resource": "arn:aws:glacier:us-east-1:847662935904:vaults/deployed-build-backups"
},
{
"Effect": "Deny",
"Principal": {
"AWS": "*"
},
"Action": "glacier:DeleteVault",
"Resource": "arn:aws:glacier:us-east-1:847662935904:vaults/deployed-build-backups"
},
{
"Effect": "Deny",
"Principal": {
"AWS": "*"
},
"Action": "glacier:DeleteVaultAccessPolicy",
"Resource": "arn:aws:glacier:us-east-1:847662935904:vaults/deployed-build-backups"
},
{
"Effect": "Deny",
"Principal": {
"AWS": "*"
},
"Action": "glacier:DeleteVaultNotifications",
"Resource": "arn:aws:glacier:us-east-1:847662935904:vaults/deployed-build-backups"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment