Amazon Redshift

Redshift Undesired Node Type

This plugin ensures that Amazon Redshift cluster nodes are of the specified types.

Risk Level: High

Description

This plugin ensures that Amazon Redshift cluster nodes are of the specified types. It is recommended that Amazon Redshift clusters nodes should be of the given types to ensure the internal compliance and prevent unexpected billing charges.

Configuration Parameters


Redshift Cluster Node Type: This parameter denotes the cluster node type. An alert is generated if the cluster node type does not match the specified node type.

By default, the value is empty, therefore it will not return any vulnerability alert. 

About the Service

Amazon RedShift: Amazon RedShift is a data warehouse with fast and secure data analyzing features. It is a powerful and robust service powered by Amazon to run SQL queries and even deploy ML (Machine Learning) models on the data. For additional monitoring benefits, it also provides access to real time operational analytics.

Impact

It is important to have the desired node type. Different node types of the Redshift cluster run on different platforms. Therefore, it can result in unexpected billing charges for your account and also disrupt the compliance standards of your infrastructure.

Steps to Reproduce

Using AWS Console-

  1. Log In to your AWS Console.
  2. Open the Amazon RedShift Console. You can use this link (https://console.aws.amazon.com/redshiftv2/) to navigate directly if already logged in. 
  3. From the left navigation pane, click on Clusters.
  4. A list of clusters will be displayed. Select the cluster you want to examine by clicking on it’s Cluster Name.
  5. In the General information section, examine the Node Type. If it is different from the specified type, the vulnerability exists.
  6. Repeat steps 3 to 5 for all the clusters you wish to examine.

Steps for Remediation

Take a snapshot of the Amazon Redshift cluster and launch a new cluster of the desired node type using the snapshot.

  1. Log In to your AWS Console.
  2. Open the Amazon RedShift Console. You can use this link (https://console.aws.amazon.com/redshiftv2/) to navigate directly if already logged in. 
  3. From the left navigation pane, click on Clusters.
  4. A list of clusters will be displayed. Select the vulnerable cluster by clicking on it’s Cluster Name.
  5. From the Actions menu, click on Create Snapshot to make a backup.
  6. Specify a new name and retention period. Click on Create Snapshot.
  7. After the snapshot is created, you can safely delete the vulnerable cluster. Click on Actions and choose Delete. Uncheck the create final snapshot option as we have already created a snapshot for the same.
  8. Now, create a new cluster with the snapshot saved. Move to the Snapshots section from the Left navigation pane.
  9. Select the snapshot created by clicking on its Name.
  10. Click on Restore from snapshot from the top right corner.
  11. Change the Node Type from the dropdown-list. Finally, click on Restore Cluster from snapshot to create the cluster.
     
  12. Repeat steps 3 to 11 for all the vulnerable clusters.