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
arn = $1;

Dashboards

The query is used in the dashboards: