Skip to content

Instantly share code, notes, and snippets.

@jfrantz1-r7
Created January 22, 2019 16:04
Show Gist options
  • Select an option

  • Save jfrantz1-r7/30219b019758e11a04b82a6d8bd8bcd0 to your computer and use it in GitHub Desktop.

Select an option

Save jfrantz1-r7/30219b019758e11a04b82a6d8bd8bcd0 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"cloudtrail:LookupEvents",
"cloudtrail:DescribeTrails"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:DescribeImages",
"ec2:DescribeAddresses",
"ec2:DescribeNetworkInterfaces"
],
"Resource": "*"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment