turbot/aws_insights

Query: ecs_service_tasks

Usage

powerpipe query aws_insights.query.ecs_service_tasks

Steampipe Tables

SQL

select
desired_count as "Desired Count",
pending_count as "Pending Count",
running_count as "Running Count"
from
aws_ecs_service
where
arn = $1;

Dashboards

The query is used in the dashboards: