You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
Please make sure to provide all the fields and describe your issue.
Service: ecs
Action: ListTasks
Please describe your issue here!
Including the container-instance resource in the IAM policy only allows listing a specific cluster instance's tasks but prevents listing cluster tasks. ecs:ListTasks needs to be in a wildcard statement in order to list cluster tasks and container instance tasks.
Please make sure to provide all the fields and describe your issue.
Please describe your issue here!
Including the container-instance resource in the IAM policy only allows listing a specific cluster instance's tasks but prevents listing cluster tasks. ecs:ListTasks needs to be in a wildcard statement in order to list cluster tasks and container instance tasks.
Example
Works: aws ecs list-tasks --cluster myapp --container-instance 04bb8bd6-d4f1-4cdf-b4be-8f0ae5f859bb
Does not work: aws ecs list-tasks --cluster myapp-cluster
The text was updated successfully, but these errors were encountered: