CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsData transferred between a client and Redshift is vulnerable to hijacking and information disclosure.
Set parameter.name to require_ssl and parameter.value to true.
Example configuration:
resource "aws_redshift_parameter_group" "allowed" {
name = "parameter-group-test-terraform"
family = "redshift-1.0"
parameter {
name = "require_ssl"
value = "true"
}
}
Set Properties.Parameters.ParameterName to require_ssl and Properties.Parameters.ParameterValue to true.