Skip to content

Commit 90bf376

Browse files
author
MAMIP Bot
committed
AWSLambda_FullAccess - Policy Version v3
1 parent 9e27e61 commit 90bf376

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

policies/AWSLambda_FullAccess

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-03-17T21:37:06Z",
4-
"VersionId": "v2",
3+
"CreateDate": "2025-12-01T16:04:11Z",
4+
"VersionId": "v3",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -14,6 +14,7 @@
1414
"ec2:DescribeSecurityGroups",
1515
"ec2:DescribeSubnets",
1616
"ec2:DescribeVpcs",
17+
"kms:DescribeKey",
1718
"kms:ListAliases",
1819
"iam:GetPolicy",
1920
"iam:GetPolicyVersion",
@@ -53,9 +54,19 @@
5354
],
5455
"Resource": "arn:aws:logs:*:*:log-group:/aws/lambda/*",
5556
"Effect": "Allow"
57+
},
58+
{
59+
"Action": "iam:CreateServiceLinkedRole",
60+
"Resource": "arn:aws:iam::*:role/aws-service-role/lambda.amazonaws.com/AWSServiceRoleForLambda",
61+
"Effect": "Allow",
62+
"Condition": {
63+
"StringEquals": {
64+
"iam:AWSServiceName": "lambda.amazonaws.com"
65+
}
66+
}
5667
}
5768
]
5869
},
59-
"IsDefaultVersion": false
70+
"IsDefaultVersion": true
6071
}
6172
}

0 commit comments

Comments
 (0)