Skip to main content

🧠 AWS OpenSearch Domain Node To Node Encryption is not enabled - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

Generated at: 2026-02-10T22:33:06.980772960Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟒test1βœ”οΈ 99βœ”οΈ isDisappeared(CA10__disappearanceTime__c)βœ”οΈ null
🟒test2βœ”οΈ 199βœ”οΈ not(extract('CA10__nodeToNodeEncryptionEnabled__c'))βœ”οΈ null
🟒test3βœ”οΈ 200βœ”οΈ otherwiseβœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/aws/opensearch/domain-node-to-node-encryption/policy.yaml834F5D5B4D4060A4A598B6FFC716641B
Open/ce/ca/aws/opensearch/domain-node-to-node-encryption/prod.logic.yamlCAD011C3DBC866CEE2EC3938BA547BC1
Open/ce/ca/aws/opensearch/domain-node-to-node-encryption/test-data.jsonBE0BE83DB1D68B3A1175E846474B8C4C
Open/types/CA10__CaAwsElasticsearchDomain__c/object.extracts.yaml0D5B1BE6E92CCF38D456A62B74D84E17

Available Commands​

repo-manager policies generate FULL /ce/ca/aws/opensearch/domain-node-to-node-encryption/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/opensearch/domain-node-to-node-encryption/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/opensearch/domain-node-to-node-encryption/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/opensearch/domain-node-to-node-encryption/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/opensearch/domain-node-to-node-encryption/prod.logic.yaml

Content​

Open File

---
inputType: "CA10__CaAwsElasticsearchDomain__c"
testData:
- file: "test-data.json"
importExtracts:
- file: "/types/CA10__CaAwsElasticsearchDomain__c/object.extracts.yaml"
conditions:
- status: "INCOMPLIANT"
currentStateMessage: "Node-to-node encryption is not enabled for the OpenSearch domain."
remediationMessage: "Enable node-to-node encryption."
check:
NOT:
arg:
EXTRACT: "CA10__nodeToNodeEncryptionEnabled__c"
otherwise:
status: "COMPLIANT"
currentStateMessage: "Node-to-node encryption is enabled for the OpenSearch domain."