awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

Rds automatic backup enabled #364

Open gamaleld opened 3 years ago

gamaleld commented 3 years ago

I confirm these files are made available under CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Issue #, if available:

Description of changes: This PR contains a custom Config Rule to check if Automated backups are enabled for an RDS instance. The Rule is COMPLIANT if automatic backs up enabled (backup retention period is greater than 0). Rule is NON_COMPLIANT if automatic backups are disabled (backup retention period is 0)