turbot/aws_insights

Query: emr_cluster_auto_termination

Usage

powerpipe query aws_insights.query.emr_cluster_auto_termination

Steampipe Tables

SQL

select
'Auto Termination' as label,
case when auto_terminate then 'Enabled' else 'Disabled' end as value
from
aws_emr_cluster
where
cluster_arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: