🧠 AWS RDS Instance Encryption is not enabled - prod.logic.yaml🟢
- Contextual name: 🧠 prod.logic.yaml🟢
- ID:
/ce/ca/aws/rds/instance-encryption/prod.logic.yaml - Tags:
Uses
Test Results 🟢
Generated at: 2026-02-10T22:33:10.913970985Z 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/instance-encryption/policy.yaml | 34657BA82390D63B45ADCD2357E5795E |
| Open | /ce/ca/aws/rds/instance-encryption/prod.logic.yaml | 63DBB36934FF9C803C211857987BDA2D |
| Open | /ce/ca/aws/rds/instance-encryption/test-data.json | 543955F6C011435E9B1BBA2D53060B55 |
| Open | /types/CA10__CaAwsDbInstance__c/object.extracts.yaml | E3FA5A211AA9AD2418645BB09047D3D3 |
Available Commands
repo-manager policies generate FULL /ce/ca/aws/rds/instance-encryption/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/rds/instance-encryption/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/rds/instance-encryption/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/rds/instance-encryption/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/rds/instance-encryption/prod.logic.yaml
Content
---
inputType: "CA10__CaAwsDbInstance__c"
testData:
- file: test-data.json
importExtracts:
- file: /types/CA10__CaAwsDbInstance__c/object.extracts.yaml
conditions:
- status: "COMPLIANT"
currentStateMessage: "RDS instance storage encryption is enabled."
check:
IS_EQUAL:
left:
EXTRACT: CA10__storageEncrypted__c
right:
BOOLEAN: true
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "RDS instance storage encryption is disabled."
remediationMessage: "Enable RDS instance storage encryption."