Skip to main content

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

Uses

Test Results 🟢

Generated at: 2026-02-10T22:33:10.913970985Z 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/instance-encryption/policy.yaml34657BA82390D63B45ADCD2357E5795E
Open/ce/ca/aws/rds/instance-encryption/prod.logic.yaml63DBB36934FF9C803C211857987BDA2D
Open/ce/ca/aws/rds/instance-encryption/test-data.json543955F6C011435E9B1BBA2D53060B55
Open/types/CA10__CaAwsDbInstance__c/object.extracts.yamlE3FA5A211AA9AD2418645BB09047D3D3

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

Open File

---
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."