Ensure that RDS DB cluster has encryption enabled
If RDS DB cluster does not have encryption at rest enabled, it means data is stored on cluster in plaintext. In such cases, if a data breach happens, sensitive data stored on the RDS cluster will be accessible.
Risk Level: High
Cloud Entity: Amazon RDS DBCluster
CloudGuard Rule ID: D9.CFT.CRY.15
Covered by Spectral: Yes
Category: Database
GSL LOGIC
AWS_RDS_DBCluster should have StorageEncrypted=true
REMEDIATION
From CFT
Set AWS::RDS::DBCluster StorageEncrypted
property to true.
References
- https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html
- https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-cluster.html
Amazon RDS DBCluster
Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching and backups. It frees you to focus on your applications so you can give them the fast performance, high availability, security and compatibility they need.
Compliance Frameworks
- AWS CloudFormation ruleset
Updated about 1 year ago