redshift-backup-enabled
Checks that Amazon Redshift automated snapshots are enabled for clusters.
The rule is NON_COMPLIANT if the value for automatedSnapshotRetentionPeriod
is greater than MaxRetentionPeriod
or
less than MinRetentionPeriod
or the value is 0.
Identifier: REDSHIFT_BACKUP_ENABLED
Resource Types: AWS::Redshift::Cluster
Trigger type: Configuration changes
Amazon Web Services Region: All supported Amazon regions except US ISO West (Northern California), Asia Pacific (Jakarta), Africa (Cape Town), US ISO East, Asia Pacific (Hyderabad), Asia Pacific (Osaka), Asia Pacific (Malaysia), US ISOB East (Ohio), Europe (Milan), Israel (Tel Aviv), Canada West (Calgary), Europe (Spain), Europe (Zurich) Region
Parameters:
- MinRetentionPeriod (Optional)
- Type: int
-
Minimum value for the retention period. Minimum value is 1.
- MaxRetentionPeriod (Optional)
- Type: int
-
Maximum value for the retention period. Maximum value is 35.
Amazon CloudFormation template
To create Amazon Config managed rules with Amazon CloudFormation templates, see Creating Amazon Config Managed Rules With Amazon CloudFormation Templates.