Skip to content

Instantly share code, notes, and snippets.

@jfrantz1-r7
Created August 16, 2019 17:17
Show Gist options
  • Save jfrantz1-r7/25eb14518777715f7cd625198b4a16c1 to your computer and use it in GitHub Desktop.
Save jfrantz1-r7/25eb14518777715f7cd625198b4a16c1 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