AWS RDS Aurora Terraform module
Upstream version 10.2.0
4 controls from NIST SP 800-171 Rev 2 requirements
Terraform Module Source
nist800171.compliance.tf/terraform-aws-modules/rds-aurora/awsBehavioral Summary
This module modifies 2 variable defaults and makes 0 resource changes from the upstream module. All changes are driven by compliance controls and can be reviewed in detail below.
Your Code Impact
If you are migrating from the upstream module, the enforced default changes mean your existing configurations will automatically gain compliance controls. Variables you have explicitly set will continue to use your values. Review the diff below to understand exactly what changes.
Compared to
terraform-aws-modules/rds-aurora/aws@10.2.02 changesVariables Changed
2| Variable | Upstream | CTF | Reason | Control |
|---|---|---|---|---|
| cloudwatch_log_group_retention_in_days | 7 | 365 | Ensure a minimum duration of event log data is retained for your log groups to help with troubleshooting and forensics investigations. | cloudwatch_log_group_retention_period_365 |
| iam_database_authentication_enabled | - | true | Checks if an AWS RDS Cluster has AWS Identity and Access Management (IAM) authentication enabled. The rule is non-compliant if an RDS Cluster does not have IAM authentication enabled. | rds_db_cluster_iam_authentication_enabled |