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
…#30346)

(cherry picked from commit cfc69fd)

Co-authored-by: Viacheslav Vasilyev <[email protected]>
  • Loading branch information
mergify[bot] and avoidik authored Feb 11, 2022
1 parent d20cdae commit f6dcd5a
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 f6dcd5a

Please sign in to comment.