Ensure RDS Instance SSL Action is enabled
DBInstance is used to create an ApsaraDB RDS instance. Actions performed on SSL functions, Valid values: Open: turn on SSL encryption; Close: turn off SSL encryption; Update: update SSL certificate.
Risk Level: high
Platform: Alicloud
Spectral Rule ID: TFALCLD046
REMEDIATION
set ssl_action
to 'Open'
- ssl_action = "Close"
+ ssl_action = "Open"
Read more:
Updated about 1 year ago