Skip to content

Instantly share code, notes, and snippets.

@rqbanerjee
Created December 18, 2017 03:22
Show Gist options
  • Save rqbanerjee/557d866d9fc5f0bce5452e88bf4e0f42 to your computer and use it in GitHub Desktop.
Save rqbanerjee/557d866d9fc5f0bce5452e88bf4e0f42 to your computer and use it in GitHub Desktop.
PiaSoftware Flow Log Viewer IAM Role
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"ec2:DescribeFlowLogs",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeRegions",
"ec2:DescribeSecurityGroups",
"ec2:DescribeInstances",
"ec2:DescribeVpcs",
"logs:DescribeLogGroups",
"logs:DescribeLogStreams",
"logs:GetLogEvents"
],
"Resource": [
"*"
],
"Effect": "Allow",
"Sid": "Stmt1441998815000"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment