Ensure RDS Instance Log Disconnections is enabled

DBInstanceParameterGroup is used to modify the parameters of an ApsaraDB RDS instance. If the log_disconnections parameter of each ApsaraDB RDS for PostgreSQL database is set to on, the evaluation result is compliant.

Risk Level: informational
Platform: Alicloud
Spectral Rule ID: TFALCLD042

REMEDIATION

set parameters.log_disconnections parameter should be 'ON' for RDS instances

parameters = [{
name = "log_disconnections"
- value = "OFF"
+ value = "ON"
}]

Read more: