Skip to content

Instantly share code, notes, and snippets.

@slashr
Last active March 27, 2016 09:42
Show Gist options
  • Save slashr/f0d4fc1aadc4b79fad46 to your computer and use it in GitHub Desktop.
Save slashr/f0d4fc1aadc4b79fad46 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "ec2:DescribeInstances",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ec2:StopInstances",
"ec2:StartInstances"
],
"Resource": "arn:aws:ec2:<region-name>:<aws-account-number>:instance/<instance-id>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment