turbot/aws_insights

Query: ecs_cluster_container_insights_disabled

Usage

powerpipe query aws_insights.query.ecs_cluster_container_insights_disabled

Steampipe Tables

SQL

select
count(*) as value,
'Container Insights Disabled' as label,
case
when count(*) > 0 then 'alert'
else 'ok'
end as "type"
from
aws_ecs_cluster as c,
jsonb_array_elements(settings) as s
where
s ->> 'Name' = 'containerInsights'
and s ->> 'Value' = 'disabled';

Dashboards

The query is used in the dashboards: