Skip to main content

🧠 AWS GuardDuty Detector Runtime Monitoring is not enabled - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

Generated at: 2025-10-30T16:52:14.944319475Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟒test1βœ”οΈ 201βœ”οΈ CA10__featuresJson__c.delegatedTo(CA10__featuresJson__c).isEmpty()βœ”οΈ null
🟒test2βœ”οΈ 299βœ”οΈ extract('caJsonFrom__featuresJson__c').jsonQueryText('[?name==\'EKS_RUNTIME_MONITORING\'].status | [0]') == 'ENABLED'βœ”οΈ null
🟒test3βœ”οΈ 399βœ”οΈ extract('caJsonFrom__featuresJson__c').jsonQueryText('[?name==\'RUNTIME_MONITORING\'].status | [0]') == 'DISABLED'βœ”οΈ null
🟒test4βœ”οΈ 499βœ”οΈ extract('caJsonFrom__featuresJson__c').jsonQueryText('[?name==\'RUNTIME_MONITORING\'].status | [0]') == 'ENABLED'βœ”οΈ null
🟒test5βœ”οΈ 199βœ”οΈ extract('CA10__status__c') != 'ENABLED'βœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/aws/guardduty/detector-runtime-monitoring/policy.yaml1B0FB308AF20BCB59D5A3136DBFDDE38
Open/ce/ca/aws/guardduty/detector-runtime-monitoring/prod.logic.yaml03CD21857094C90B8DC21FB713636669
Open/ce/ca/aws/guardduty/detector-runtime-monitoring/test-data.jsonAEB24C1DE62AEE6776AC444BFBF0738B
Open/types/CA10__CaAwsGuardDutyDetector__c/object.extracts.yaml8B76173EB0902B7F969958A52EDB9AD5

Available Commands​

repo-manager policies generate FULL /ce/ca/aws/guardduty/detector-runtime-monitoring/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/guardduty/detector-runtime-monitoring/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/guardduty/detector-runtime-monitoring/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/guardduty/detector-runtime-monitoring/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/guardduty/detector-runtime-monitoring/prod.logic.yaml

Content​

Open File

---
inputType: "CA10__CaAwsGuardDutyDetector__c"
testData:
- file: "test-data.json"
importExtracts:
- file: "/types/CA10__CaAwsGuardDutyDetector__c/object.extracts.yaml"
conditions:
- status: "INAPPLICABLE"
currentStateMessage: "This GuardDuty Detector is not enabled."
check:
NOT_EQUAL:
left:
EXTRACT: "CA10__status__c"
right:
TEXT: "ENABLED"
- status: "INCOMPLIANT"
currentStateMessage: "EKS Runtime Monitoring is enabled for this detector."
remediationMessage: "Consider migrating from EKS Runtime Monitoring to Runtime Monitoring."
check:
IS_EQUAL:
left:
JSON_QUERY_TEXT:
expression: "[?name=='EKS_RUNTIME_MONITORING'].status | [0]"
arg:
EXTRACT: "caJsonFrom__featuresJson__c"
undeterminedIf:
evaluationError: "Json query text has failed."
resultTypeMismatch: "Json query text did not return text type."
right:
TEXT: "ENABLED"
- status: "INCOMPLIANT"
currentStateMessage: "Runtime Monitoring is not enabled for this detector."
remediationMessage: "Enable Runtime Monitoring to monitor runtime events."
check:
IS_EQUAL:
left:
JSON_QUERY_TEXT:
expression: "[?name=='RUNTIME_MONITORING'].status | [0]"
arg:
EXTRACT: "caJsonFrom__featuresJson__c"
undeterminedIf:
evaluationError: "Json query text has failed."
resultTypeMismatch: "Json query text did not return text type."
right:
TEXT: "DISABLED"
- status: "COMPLIANT"
currentStateMessage: "Runtime Monitoring is enabled for this detector."
check:
IS_EQUAL:
left:
JSON_QUERY_TEXT:
expression: "[?name=='RUNTIME_MONITORING'].status | [0]"
arg:
EXTRACT: "caJsonFrom__featuresJson__c"
undeterminedIf:
evaluationError: "Json query text has failed."
resultTypeMismatch: "Json query text did not return text type."
right:
TEXT: "ENABLED"
otherwise:
status: "UNDETERMINED"
currentStateMessage: "Unexpected values in the field."