Redshift clusters should be allowed to upgrade versions automatically

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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
        
PREVIEWING: andrea.moscatelli/clarify-argocd-notifications-service