Skip to content
Permalink
c8ce3a4952
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (20 sloc) 418 Bytes
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Require EC2 Encryption",
"Effect": "Deny",
"Action": [
"ec2:RunInstances"
],
"Condition": {
"Bool": {
"ec2:Encrypted": "false"
}
},
"Resource": [
"*"
]
}
]
}