pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
428 stars 151 forks source link

Get task list from ecs #1988

Open amorin-gladia opened 2 years ago

amorin-gladia commented 2 years ago

Hello!

Issue details

I need to get the list of active tasks in ecs cluster but I didn't find it in pulumi. I'm looking an equivalent of list-tasks in aws acs (https://docs.aws.amazon.com/cli/latest/reference/ecs/list-tasks.html).

Is it possible ?

Affected area/feature

Task id is needed to connect with ssh in ecs container.

amorin-gladia commented 2 years ago

@jsoto-gladia

stack72 commented 2 years ago

Hi @amorin-gladia

Unfortunately, this is not supported at at this time - I will leave this open as an enhancement request so we can look at adding this

Paul