Skip to content

Instantly share code, notes, and snippets.

@lusis
Created October 13, 2015 15:30
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 lusis/466d83b36b16bdc1dd10 to your computer and use it in GitHub Desktop.
Save lusis/466d83b36b16bdc1dd10 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1444712245000",
"Effect": "Allow",
"Action": [
"ec2:ModifyImageAttribute"
],
"Condition": {
"Bool": {
"ec2:ResourceTag/CustomerShareable": "true"
}
},
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment