Skip to content

Instantly share code, notes, and snippets.

@jcrites
Created October 9, 2016 20:24
Show Gist options
  • Save jcrites/d6826fc57b17c3c0ac50cae1fc9b571e to your computer and use it in GitHub Desktop.
Save jcrites/d6826fc57b17c3c0ac50cae1fc9b571e to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Example",
"Effect": "Allow",
"Action": ["ec2:TerminateInstances"],
"Condition": {
"ArnEquals": {
"ec2:InstanceProfile": "arn:aws:iam::123456789012:instance-profile/test"
}
},
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment