aurora-last-backup-recovery-point-created
Checks if a recovery point was created for Amazon Aurora DB clusters. The rule is NON_COMPLIANT if the Amazon Relational Database Service (Amazon RDS) DB Cluster does not have a corresponding recovery point created within the specified time period.
Identifier: AURORA_LAST_BACKUP_RECOVERY_POINT_CREATED
Resource Types: AWS::RDS::DBCluster
Trigger type: Periodic
AWS Region: All supported AWS regions
Parameters:
- resourceTags (Optional)
- Type: String
-
Tags of Aurora DB clusters for the rule to check, in JSON format
{"tagkey" : "tagValue"}
. - resourceId (Optional)
- Type: String
-
ID of Aurora DB cluster for the rule to check.
- recoveryPointAgeValue (Optional)
- Type: int
- Default: 1
-
Numerical value for maximum allowed age. No more than 744 for hours, 31 for days.
- recoveryPointAgeUnit (Optional)
- Type: String
- Default: days
-
Unit of time for maximum allowed age. Accepted values: 'hours', 'days'.
AWS CloudFormation template
To create AWS Config managed rules with AWS CloudFormation templates, see Creating AWS Config Managed Rules With AWS CloudFormation Templates.