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 Current »

Severity: Medium

Description: The controls ensure cluster is configured to receive version upgrades automatically. When the Allow Version Version Upgrade is enabled, All new Major Version upgrades will be applied during the maintenance window stated during the creation of Cluster.

Remediation Steps:

Perform following to configure auto version upgrade for Redshift using AWS CLI :

$> aws redshift modify-cluster --region [your-region] --cluster-identifier [your-cluster-identifier] --allow-version-upgrade

Important:

Modifying "Allow Version Upgrades" for Redshift cluster using the AWS dashboard is not supported

Reference:

  • No labels