turbot/aws_insights

Query: emr_cluster_termination_protection_status

Usage

powerpipe query aws_insights.query.emr_cluster_termination_protection_status

Steampipe Tables

SQL

with clusters as (
select
case when termination_protected then 'Enabled' else 'Disabled' end as termination_protection_status
from
aws_emr_cluster
)
select
termination_protection_status,
count(*)
from
clusters
group by
termination_protection_status

Dashboards

The query is used in the dashboards: