Created
August 28, 2019 20:38
-
-
Save jfrantz1-r7/be2b3b3eb1c32bbc30fc54431da08fb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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