Ensure RDS Instance Log Duration is enabled
DBInstanceParameterGroup is used to modify the parameters of an ApsaraDB RDS instance. If the log_duration 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: TFALCLD043
REMEDIATION
set parameters.log_duration
parameter should be 'ON' for RDS instances
parameters = [{
name = "log_duration"
- value = "OFF"
+ value = "ON"
}]
Read more:
Updated about 1 year ago