turbot/aws_compliance

Query: ec2_instance_ebs_optimized

Usage

powerpipe query aws_compliance.query.ec2_instance_ebs_optimized

Steampipe Tables

SQL

select
arn as resource,
case
when ebs_optimized then 'ok'
else 'alarm'
end as status,
case
when ebs_optimized then title || ' EBS optimization enabled.'
else title || ' EBS optimization disabled.'
end as reason,
region,
account_id
from
aws_ec2_instance;

Controls

The query is being used by the following controls: