File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "PolicyVersion": {
3- "CreateDate": "2023-04-03T22:11:40Z ",
4- "VersionId": "v1 ",
3+ "CreateDate": "2025-10-29T21:34:07Z ",
4+ "VersionId": "v2 ",
55 "Document": {
66 "Version": "2012-10-17",
77 "Statement": [
4848 ],
4949 "Resource": "arn:aws:ecs:*:*:cluster/MediaConnectGateway",
5050 "Effect": "Allow"
51+ },
52+ {
53+ "Action": [
54+ "ec2:DeleteNetworkInterface",
55+ "ec2:DeleteNetworkInterfacePermission",
56+ "ec2:CreateNetworkInterfacePermission"
57+ ],
58+ "Resource": [
59+ "arn:aws:ec2:*:*:network-interface/*"
60+ ],
61+ "Effect": "Allow",
62+ "Condition": {
63+ "StringEquals": {
64+ "aws:ResourceTag/created-for-service": "MediaConnect"
65+ }
66+ }
67+ },
68+ {
69+ "Action": [
70+ "ec2:DescribeNetworkInterfaces",
71+ "ec2:DescribeSecurityGroups",
72+ "ec2:DescribeSubnets"
73+ ],
74+ "Resource": "*",
75+ "Effect": "Allow"
5176 }
5277 ]
5378 },
You can’t perform that action at this time.
0 commit comments