Ensure RDS Instance Log Connections is enabled

DBInstanceParameterGroup is used to modify the parameters of an ApsaraDB RDS instance. If the log_connections 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: TFALCLD041

REMEDIATION

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

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

Read more: