🧠 AWS RDS Cluster Encryption is not enabled - prod.logic.yaml🟢
- Contextual name: 🧠 prod.logic.yaml🟢
- ID:
/ce/ca/aws/rds/cluster-encryption/prod.logic.yaml - Tags:
Uses
Test Results 🟢
Generated at: 2026-02-10T22:33:09.068010629Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| 🟢 | test1 | ✔️ 199 | ✔️ extract('CA10__storageEncrypted__c') == true | ✔️ null |
| 🟢 | test2 | ✔️ 200 | ✔️ otherwise | ✔️ null |
Generation Bundle
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/aws/rds/cluster-encryption/policy.yaml | 31AABFC3DD8777A3E1648E629A854686 |
| Open | /ce/ca/aws/rds/cluster-encryption/prod.logic.yaml | 99D3CF1E95D627B19B7E269494555276 |
| Open | /ce/ca/aws/rds/cluster-encryption/test-data.json | 543955F6C011435E9B1BBA2D53060B55 |
| Open | /types/CA10__CaAwsDbCluster__c/object.extracts.yaml | D2C2C5F972AEC114F6BD57EB74FA57CB |
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
---
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."