turbot/alicloud_insights

Query: ecs_instance_io_optimized

Usage

powerpipe query alicloud_insights.query.ecs_instance_io_optimized

Steampipe Tables

SQL

select
'I/O Optimized' as label,
case
when io_optimized then 'Enabled'
else 'Disabled'
end as value,
case
when io_optimized then 'ok'
else 'alert'
end as type
from
alicloud_ecs_instance
where
arn = $1;

Dashboards

The query is used in the dashboards: