turbot/steampipe-mod-aws-compliance

Query: rds_db_cluster_aurora_mysql_copy_tags_to_snapshot_enabled

Usage

powerpipe query aws_compliance.query.rds_db_cluster_aurora_mysql_copy_tags_to_snapshot_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when engine <> 'aurora-mysql' then 'skip'
when copy_tags_to_snapshot then 'ok'
else 'alarm'
end as status,
case
when engine <> 'aurora-mysql' then title || ' is of ' || engine || ' type.'
when copy_tags_to_snapshot then title || ' copy tags to snapshot enabled.'
else title || ' copy tags to snapshot disabled.'
end as reason
, region, account_id
from
aws_rds_db_cluster;

Controls

The query is being used by the following controls: