Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Severity: Low

Description: This control ensures that Redshift clusters are configured to require SSL connection. When communication between client and clusters are not configured to require SSL connections, such connections are vulnerable to eavesdropping and man-in-the-middle (MITM) attacks. A SSL connection communicates in secure environment.

Remediation Steps:

Perform following to modify database encryption on Redshift cluster :

  1. Login to the AWS Management Console at https://console.aws.amazon.com.

  2. Navigate to Redshift console.

  3. In the navigation pane, under CONFIG, select Workload management.

  4. Choose the Parameter Groups that you want to modify then under Parameters section click on Edit Parameters button.

  5. On the selected parameter group configuration tab, choose the require_ssl parameter and change its current value from false to true.

  6. Click Save Changes to apply.

Important:

  • For changes to take place cluster reboot is required.

Reference:

  • No labels