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