π§ AWS EFS File System encryption is not enabled - prod.logic.yamlπ’
- Contextual name: π§ prod.logic.yamlπ’
- ID:
/ce/ca/aws/efs/file-system-encryption/prod.logic.yaml - Tags:
- π’ Logic test success
- π’ Logic with extracts
- π’ Logic with test data
Usesβ
Test Results π’β
Generated at: 2026-02-10T22:32:50.163140141Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| π’ | a61 | βοΈ 200 | βοΈ otherwise | βοΈ null |
| π’ | a62 | βοΈ 199 | βοΈ extract('CA10__encrypted__c') == true | βοΈ null |
Generation Bundleβ
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/aws/efs/file-system-encryption/policy.yaml | 9FA74247F75D2346DEEAA4832F961579 |
| Open | /ce/ca/aws/efs/file-system-encryption/prod.logic.yaml | F6B4643FB3717CE2B7AAA30F4AE011F7 |
| Open | /ce/ca/aws/efs/file-system-encryption/test-data.json | 9EA48B262D9BC25412E92A076F7F5C85 |
| Open | /types/CA10__CaAwsEfsFileSystem__c/object.extracts.yaml | 3C7626729E41425BAD13D04E544D0213 |
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β
---
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."