Skip to content

Unencrypted RDS global clusters

Description

Encrypting your RDS global clusters helps protect your data from unauthorized access or tampering. That way, you can ensure that only authorized users can access and modify the contents of your repositories. Such action can help protect against external threats such as hackers or malware, as well as internal threats such as accidental or unauthorized access.

Code Example

go
resource "aws_rds_global_cluster" "example" {
  ...
+ storage_encrypted         = true
}

Remediation

Terraform

  • Resource: aws_rds_global_cluster
  • Arguments: storage_encrypted

Rule Details

FieldValue
IDIAC-0190
SeverityLOW
IaC TypeTerraform
FrameworksTerraform, TerraformPlan
Checkov IDCKV_AWS_140

References