aws_ecs_list_tasks
List Amazon ECS tasks in a specified cluster, with options to filter by service name or task status for monitoring and management.
Instructions
List ECS tasks in a cluster with optional service or status filter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| cluster | Yes | Cluster name or ARN | |
| service_name | No | Filter by service name | |
| desired_status | No | Filter by task status |