File tree Expand file tree Collapse file tree 1 file changed +38
-3
lines changed Expand file tree Collapse file tree 1 file changed +38
-3
lines changed Original file line number Diff line number Diff line change 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": [
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",
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 },
You can’t perform that action at this time.
0 commit comments