turbot/aws_insights

Query: rds_db_cluster_status

Usage

powerpipe query aws_insights.query.rds_db_cluster_status

Steampipe Tables

SQL

select
initcap(status) as value,
'Status' as label,
case
when status = 'available' then 'ok'
else 'alert'
end as type
from
aws_rds_db_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: