turbot/aws_insights

Query: ecs_cluster_overview

Usage

powerpipe query aws_insights.query.ecs_cluster_overview

Steampipe Tables

SQL

select
cluster_name as "Name",
region as "Region",
account_id as "Account ID",
cluster_arn as "ARN"
from
aws_ecs_cluster
where
cluster_arn = $1;

Dashboards

The query is used in the dashboards: