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 Relational Database Service (Amazon RDS) cluster has deletion protection enabled. This rule is NON_COMPLIANT if an RDS cluster does not have deletion protection enabled.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ConfigRule:
Type: "AWS::Config::ConfigRule"
Properties:
ConfigRuleName: "rds-cluster-deletion-protection-enabled"
Scope:
ComplianceResourceTypes:
- "AWS::RDS::DBCluster"
Description: "A config rule that checks if an Amazon Relational Database Service (Amazon RDS) cluster has deletion protection enabled. This rule is NON_COMPLIANT if an RDS cluster does not have deletion protection enabled."
Source:
Owner: "AWS"
SourceIdentifier: "RDS_CLUSTER_DELETION_PROTECTION_ENABLED"
Parameters: {}
Metadata: {}
Conditions: {}