Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
A Config rule that checks if an Amazon Aurora MySQL cluster has backtracking enabled. This rule is NON_COMPLIANT if the Aurora cluster uses MySQL and it does not have backtracking enabled.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ConfigRule:
Type: "AWS::Config::ConfigRule"
Properties:
ConfigRuleName: "aurora-mysql-backtracking-enabled"
Scope:
ComplianceResourceTypes:
- "AWS::RDS::DBCluster"
Description: "A Config rule that checks if an Amazon Aurora MySQL cluster has backtracking enabled. This rule is NON_COMPLIANT if the Aurora cluster uses MySQL and it does not have backtracking enabled."
Source:
Owner: "AWS"
SourceIdentifier: "AURORA_MYSQL_BACKTRACKING_ENABLED"
Parameters: {}
Metadata: {}
Conditions: {}