Skip to content

Commit b248828

Browse files
author
MAMIP Bot
committed
AWSFaultInjectionSimulatorECSAccess - Policy Version v5
1 parent cde4df2 commit b248828

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

policies/AWSFaultInjectionSimulatorECSAccess

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-03-07T14:52:07Z",
4-
"VersionId": "v4",
3+
"CreateDate": "2025-11-11T09:49:07Z",
4+
"VersionId": "v5",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -70,6 +70,24 @@
7070
"Resource": "*",
7171
"Effect": "Allow",
7272
"Sid": "TargetResolutionByTags"
73+
},
74+
{
75+
"Action": "ecs:DescribeContainerInstances",
76+
"Resource": "arn:aws:ecs:*:*:container-instance/*/*",
77+
"Effect": "Allow",
78+
"Sid": "DescribeContainerInstances"
79+
},
80+
{
81+
"Action": "ec2:DescribeInstances",
82+
"Resource": "*",
83+
"Effect": "Allow",
84+
"Sid": "DescribeInstances"
85+
},
86+
{
87+
"Action": "ec2:DescribeSubnets",
88+
"Resource": "*",
89+
"Effect": "Allow",
90+
"Sid": "DescribeSubnets"
7391
}
7492
]
7593
},

0 commit comments

Comments
 (0)