Skip to content

Commit

Permalink
Update AWS IAM permissions for VPC connected Lambda function (#28789)
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidik authored Feb 10, 2022
1 parent 1720d4a commit cfc69fd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions x-pack/functionbeat/docs/iam-permissions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ function that collects events from CloudWatch logs.
"s3:DeleteObject",
"s3:ListBucket",
"s3:PutObject",
"s3:GetObject"
"s3:GetObject",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeVpcs"
],
"Resource": "*"
}
Expand Down Expand Up @@ -122,7 +125,10 @@ function that reads from SQS queues or Kinesis data streams.
"s3:DeleteObject",
"s3:ListBucket",
"s3:PutObject",
"s3:GetObject"
"s3:GetObject",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeVpcs"
],
"Resource": "*"
}
Expand Down

0 comments on commit cfc69fd

Please sign in to comment.