Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

ecs:ListTasks #74

Open
andywickersham opened this issue May 15, 2020 · 0 comments
Open

ecs:ListTasks #74

andywickersham opened this issue May 15, 2020 · 0 comments

Comments

@andywickersham
Copy link

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.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant