Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created September 5, 2013 15:07
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 bakura10/6451460 to your computer and use it in GitHub Desktop.
Save bakura10/6451460 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Sid": "Stmt1368092872690",
"Action": [
"elasticbeanstalk:Terminate*",
"elasticbeanstalk:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368092897990",
"Action": [
"cloudfront:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368092921278",
"Action": [
"ec2:TerminateInstances",
"ec2:StopInstances"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368092937811",
"Action": [
"rds:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368092964107",
"Action": [
"s3:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368092986073",
"Action": [
"sns:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368093008696",
"Action": [
"sqs:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368093021640",
"Action": [
"autoscaling:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Sid": "Stmt1368093028719",
"Action": [
"elasticloadbalancing:Delete*"
],
"Effect": "Deny",
"Resource": [
"*"
]
},
{
"Effect": "Deny",
"Action": [
"route53:Delete*"
],
"Resource": [
"*"
]
},
{
"Effect": "Deny",
"Action": [
"iam:Delete*"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment