turbot/aws_compliance

Query: redshift_cluster_prohibit_public_access

Usage

powerpipe query aws_compliance.query.redshift_cluster_prohibit_public_access

Steampipe Tables

SQL

select
cluster_namespace_arn as resource,
case
when publicly_accessible then 'alarm'
else 'ok'
end status,
case
when publicly_accessible then title || ' publicly accessible.'
else title || ' not publicly accessible.'
end reason,
region,
account_id
from
aws_redshift_cluster;

Controls

The query is being used by the following controls: