turbot/alicloud_insights

Query: rds_instance_by_encryption_status

Usage

powerpipe query alicloud_insights.query.rds_instance_by_encryption_status

Steampipe Tables

SQL

select
encryption_status,
count(*)
from
(
select
case
when tde_status = 'Enabled' then 'enabled'
else 'disabled'
end encryption_status
from
alicloud_rds_instance
) as t
group by
encryption_status
order by
encryption_status desc;

Dashboards

The query is used in the dashboards: