Skip to main content

🧠 AWS RDS Cluster Encryption is not enabled - prod.logic.yaml🟢

Uses

Test Results 🟢

Generated at: 2026-02-10T22:33:09.068010629Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟢test1✔️ 199✔️ extract('CA10__storageEncrypted__c') == true✔️ null
🟢test2✔️ 200✔️ otherwise✔️ null

Generation Bundle

FileMD5
Open/ce/ca/aws/rds/cluster-encryption/policy.yaml31AABFC3DD8777A3E1648E629A854686
Open/ce/ca/aws/rds/cluster-encryption/prod.logic.yaml99D3CF1E95D627B19B7E269494555276
Open/ce/ca/aws/rds/cluster-encryption/test-data.json543955F6C011435E9B1BBA2D53060B55
Open/types/CA10__CaAwsDbCluster__c/object.extracts.yamlD2C2C5F972AEC114F6BD57EB74FA57CB

Available Commands

repo-manager policies generate FULL /ce/ca/aws/rds/cluster-encryption/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/rds/cluster-encryption/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/rds/cluster-encryption/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/rds/cluster-encryption/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/rds/cluster-encryption/prod.logic.yaml

Content

Open File

---
inputType: "CA10__CaAwsDbCluster__c"
testData:
- file: test-data.json
importExtracts:
- file: /types/CA10__CaAwsDbCluster__c/object.extracts.yaml
conditions:
- status: "COMPLIANT"
currentStateMessage: "RDS cluster storage encryption is enabled."
check:
IS_EQUAL:
left:
EXTRACT: CA10__storageEncrypted__c
right:
BOOLEAN: true
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "RDS cluster storage encryption is disabled."
remediationMessage: "Enable RDS cluster storage encryption."