Skip to content

Commit d6b1833

Browse files
Remove incorrect action from the IAM policy (#531)
Co-authored-by: bryan-aguilar <[email protected]>
1 parent 6110dba commit d6b1833

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/docs/getting-started/container-insights/ecs-prometheus.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ Policy document merged from <Link to="/docs/setup/ecs/create-iam-policy">ECS set
307307
"ecs:DescribeContainerInstances",
308308
"ecs:DescribeServices",
309309
"ecs:DescribeTasks",
310-
"ecs:DescribeTaskDefinition",
311-
"ecs:DescribeInstances"
310+
"ecs:DescribeTaskDefinition"
312311
],
313312
"Resource": "*"
314313
}

0 commit comments

Comments
 (0)