Redshift clusters should have 'allow version upgrade' enabled

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Description

Confirm AllowVersionUpgrade is enabled so Redshift clusters can automatically upgrade to the latest version.

Rationale

Enablement allows the latest version to automatically install, deploying the most recent bug fixes and security patches.

Remediation

From the console

Follow the [Cluster maintenance][4] docs to permit automatic upgrade for your clusters.

From the command line

  1. Run modify-cluster to set allow-version-upgrade for a cluster.

    allow-version-upgrade.sh

        aws redshift modify-cluster
    	    --cluster-identifier cluster-id-name
    	    --allow-version-upgrade