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;

Dashboards

The query is used in the dashboards: