turbot/aws_insights

Query: redshift_cluster_public

Usage

powerpipe query aws_insights.query.redshift_cluster_public

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: