turbot/aws_compliance

Query: rds_db_instance_cloudwatch_logs_enabled

Usage

powerpipe query aws_compliance.query.rds_db_instance_cloudwatch_logs_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when enabled_cloudwatch_logs_exports is not null then 'ok'
else 'alarm'
end as status,
case
when enabled_cloudwatch_logs_exports is not null then title || ' integrated with CloudWatch logs.'
else title || ' not integrated with CloudWatch logs.'
end as reason,
region,
account_id
from
aws_rds_db_instance;

Controls

The query is being used by the following controls: