Skip to content

Commit 57345c7

Browse files
author
MAMIP Bot
committed
AWSMediaConnectServicePolicy - Policy Version v2
1 parent 1eecf4b commit 57345c7

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

policies/AWSMediaConnectServicePolicy

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [
@@ -48,6 +48,31 @@
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
},

0 commit comments

Comments
 (0)