turbot/aws_compliance

Query: redshift_cluster_enhanced_vpc_routing_enabled

Usage

powerpipe query aws_compliance.query.redshift_cluster_enhanced_vpc_routing_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when enhanced_vpc_routing then 'ok'
else 'alarm'
end as status,
case
when enhanced_vpc_routing then title || ' enhanced VPC routing enabled.'
else title || ' enhanced VPC routing disabled.'
end as reason,
region,
account_id
from
aws_redshift_cluster;

Controls

The query is being used by the following controls: