Skip to content

Commit ad965f3

Browse files
author
MAMIP Bot
committed
AWSIPAMServiceRolePolicy - Policy Version v6
1 parent c2f2160 commit ad965f3

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

policies/AWSIPAMServiceRolePolicy

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2024-11-08T16:29:09Z",
4-
"VersionId": "v5",
3+
"CreateDate": "2025-10-23T15:19:07Z",
4+
"VersionId": "v6",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -29,7 +29,10 @@
2929
"organizations:ListDelegatedAdministrators",
3030
"organizations:ListChildren",
3131
"organizations:ListParents",
32-
"organizations:DescribeOrganizationalUnit"
32+
"organizations:DescribeOrganizationalUnit",
33+
"cloudfront:ListAnycastIpLists",
34+
"cloudfront:ListDistributionsByAnycastIpListId",
35+
"cloudfront:ListTagsForResource"
3336
],
3437
"Resource": "*",
3538
"Effect": "Allow",
@@ -45,6 +48,38 @@
4548
}
4649
},
4750
"Sid": "CloudWatchMetricsPublishActions"
51+
},
52+
{
53+
"Action": "ec2:AllocateIpamPoolCidr",
54+
"Resource": "*",
55+
"Effect": "Allow",
56+
"Sid": "IPAMAllocationPolicyActions"
57+
},
58+
{
59+
"Action": [
60+
"ec2:ModifyManagedPrefixList"
61+
],
62+
"Resource": [
63+
"arn:aws:ec2:*:*:prefix-list/pl-*"
64+
],
65+
"Effect": "Allow",
66+
"Condition": {
67+
"Null": {
68+
"ec2:Attribute/ExpectedIpamPrefixListResolverTarget": "false"
69+
}
70+
},
71+
"Sid": "PrefixListResolverWriteActions"
72+
},
73+
{
74+
"Action": [
75+
"ec2:DescribeManagedPrefixLists",
76+
"ec2:GetManagedPrefixListEntries"
77+
],
78+
"Resource": [
79+
"arn:aws:ec2:*:*:prefix-list/pl-*"
80+
],
81+
"Effect": "Allow",
82+
"Sid": "PrefixListResolverReadActions"
4883
}
4984
]
5085
},

0 commit comments

Comments
 (0)