🧠 AWS RDS Instance Enhanced Monitoring is not enabled - prod.logic.yaml🟢
- Contextual name: 🧠 prod.logic.yaml🟢
- ID:
/ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml - Tags:
Uses
Test Results 🟢
Generated at: 2026-01-31T12:02:13.387248279Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| 🟢 | test1 | ✔️ 99 | ✔️ isDisappeared(CA10__disappearanceTime__c) | ✔️ null |
| 🟢 | test2 | ✔️ 199 | ✔️ extract('CA10__status__c') != 'available' | ✔️ null |
| 🟢 | test3 | ✔️ 299 | ✔️ extract('CA10__clusterArn__c').isNotEmpty() | ✔️ null |
| 🟢 | test4 | ✔️ 399 | ✔️ extract('CA10__monitoringInterval__c') == number(0.0) | ✔️ null |
| 🟢 | test5 | ✔️ 499 | ✔️ extract('CA10__monitoringInterval__c') > number(0.0) | ✔️ null |
Generation Bundle
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/aws/rds/instance-enhanced-monitoring/policy.yaml | E8F6D51E90B8CD5B0222F14A570439B1 |
| Open | /ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml | BC955D78688E3B34BBB59646FE0FE99C |
| Open | /ce/ca/aws/rds/instance-enhanced-monitoring/test-data.json | 32E1C29FAC980C908B886DDE8B0F7C13 |
| Open | /types/CA10__CaAwsDbInstance__c/object.extracts.yaml | E3FA5A211AA9AD2418645BB09047D3D3 |
Available Commands
repo-manager policies generate FULL /ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/rds/instance-enhanced-monitoring/prod.logic.yaml
Content
---
inputType: "CA10__CaAwsDbInstance__c"
testData:
- file: "test-data.json"
importExtracts:
- file: "/types/CA10__CaAwsDbInstance__c/object.extracts.yaml"
conditions:
- status: "INAPPLICABLE"
currentStateMessage: "The Instance is not available."
check:
NOT_EQUAL:
left:
EXTRACT: "CA10__status__c"
right:
TEXT: "available"
- status: "INAPPLICABLE"
currentStateMessage: "This policy doesn't apply to Cluster Instances."
check:
NOT_EMPTY:
arg:
EXTRACT: "CA10__clusterArn__c"
- status: "INCOMPLIANT"
currentStateMessage: "The Instance enhanced Monitoring is disabled (monitoring interval is set to 0)."
remediationMessage: "Enable enhanced monitoring by setting the monitoring interval"
check:
IS_EQUAL:
left:
EXTRACT: "CA10__monitoringInterval__c"
right:
NUMBER: 0.0
- status: "COMPLIANT"
currentStateMessage: "Enhanced monitoring is enabled."
check:
GREATER_THAN:
left:
EXTRACT: "CA10__monitoringInterval__c"
right:
NUMBER: 0.0
otherwise:
status: "UNDETERMINED"
currentStateMessage: "Unexpected values in the field."