turbot/aws_compliance
Loading controls...

Control: DMS replication tasks for the target database should have logging enabled

Description

This control checks whether logging is enabled with the minimum severity level of LOGGER_SEVERITY_DEFAULT for DMS replication tasks TARGET_APPLY and TARGET_LOAD. The control fails if logging isn't enabled for these tasks or if the minimum severity level is less than LOGGER_SEVERITY_DEFAULT.

Usage

Run the control in your terminal:

powerpipe control run aws_compliance.control.dms_replication_task_target_database_logging_enabled

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run aws_compliance.control.dms_replication_task_target_database_logging_enabled --share

SQL

This control uses a named query:

dms_replication_task_target_database_logging_enabled

Tags