turbot/aws_insights

Query: ec2_instance_ebs_optimized

Usage

powerpipe query aws_insights.query.ec2_instance_ebs_optimized

Steampipe Tables

SQL

select
'EBS Optimized' as label,
case when ebs_optimized then 'Enabled' else 'Disabled' end as value,
case when ebs_optimized then 'ok' else 'alert' end as type
from
aws_ec2_instance
where
account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4)
and arn = $1;

Dashboards

The query is used in the dashboards: