turbot/aws_insights

Query: rds_db_instance_public

Usage

powerpipe query aws_insights.query.rds_db_instance_public

Steampipe Tables

SQL

select
'Public Access' as label,
case when not publicly_accessible then 'Disabled' else 'Enabled' end as value,
case when not publicly_accessible then 'ok' else 'alert' end as type
from
aws_rds_db_instance
where
arn = $1;

Dashboards

The query is used in the dashboards: