Skip to content

Commit f6ee249

Browse files
authored
Update recommended-inline-policy with VPC permissions (#96)
Issue #, if available: n/a Description of changes: Updates the recommended inline policy with permissions needed to create Lambda functions inside a VPC. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 763cf60 commit f6ee249

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/iam/recommended-inline-policy

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"lambda:*",
88
"s3:Get*",
99
"ecr:Get*",
10-
"ecr:BatchGet*"
10+
"ecr:BatchGet*",
11+
"ec2:DescribeSecurityGroups",
12+
"ec2:DescribeSubnets",
13+
"ec2:DescribeVpcs"
1114
],
1215
"Resource": "*"
1316
},

0 commit comments

Comments
 (0)