Skip to main content

🧠 AWS EFS File System encryption is not enabled - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

Generated at: 2026-02-10T22:32:50.163140141Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟒a61βœ”οΈ 200βœ”οΈ otherwiseβœ”οΈ null
🟒a62βœ”οΈ 199βœ”οΈ extract('CA10__encrypted__c') == trueβœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/aws/efs/file-system-encryption/policy.yaml9FA74247F75D2346DEEAA4832F961579
Open/ce/ca/aws/efs/file-system-encryption/prod.logic.yamlF6B4643FB3717CE2B7AAA30F4AE011F7
Open/ce/ca/aws/efs/file-system-encryption/test-data.json9EA48B262D9BC25412E92A076F7F5C85
Open/types/CA10__CaAwsEfsFileSystem__c/object.extracts.yaml3C7626729E41425BAD13D04E544D0213

Available Commands​

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

Content​

Open File

---
inputType: "CA10__CaAwsEfsFileSystem__c"
testData:
- file: test-data.json
importExtracts:
- file: /types/CA10__CaAwsEfsFileSystem__c/object.extracts.yaml
conditions:
- status: "COMPLIANT"
currentStateMessage: "EFS file system data is encrypted."
check:
IS_EQUAL:
left:
EXTRACT: CA10__encrypted__c
right:
BOOLEAN: true
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "EFS file system data is not encrypted."
remediationMessage: "Enable EFS file system data encryption."