Skip to main content

🧠 AWS RDS Cluster IAM Database Authentication is not enabled - prod.logic.yaml🟢

Uses

Test Results 🟢

Generated at: 2026-01-31T12:02:11.309015232Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟢001✔️ 99✔️ isDisappeared(CA10__disappearanceTime__c)✔️ null
🟢002✔️ 399✔️ extract('CA10__iamDatabaseAuthenticationEnabled__c') == true✔️ null
🟢003✔️ 400✔️ otherwise✔️ null
🟢004✔️ 299✔️ not(setOfText(['aurora-postgresql', 'aurora-mysql']).contains(extract('CA10__engine__c')))✔️ null

Generation Bundle

FileMD5
Open/ce/ca/aws/rds/cluster-iam-authentication/policy.yaml34AD72BF67477C019E5E1F7F54FD373D
Open/ce/ca/aws/rds/cluster-iam-authentication/prod.logic.yaml83A0D8967C38FF6EED04461EEDBEB308
Open/ce/ca/aws/rds/cluster-iam-authentication/test-data.jsonB0DA830E7EE8761D918D242BE08C345F
Open/types/CA10__CaAwsDbCluster__c/object.extracts.yamlD2C2C5F972AEC114F6BD57EB74FA57CB

Available Commands

repo-manager policies generate FULL /ce/ca/aws/rds/cluster-iam-authentication/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/rds/cluster-iam-authentication/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/rds/cluster-iam-authentication/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/rds/cluster-iam-authentication/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/rds/cluster-iam-authentication/prod.logic.yaml

Content

Open File

---
inputType: "CA10__CaAwsDbCluster__c"
testData:
- file: test-data.json
importExtracts:
- file: /types/CA10__CaAwsDbCluster__c/object.extracts.yaml
conditions:
- status: "INAPPLICABLE"
currentStateMessage: "The Cluster is not available."
check:
NOT_EQUAL:
left:
EXTRACT: "CA10__status__c"
right:
TEXT: "available"
- status: "INAPPLICABLE"
currentStateMessage: "IAM database authentication works only with Aurora MySQL, and Aurora PostgreSQL."
check:
NOT:
arg:
CONTAINS:
arg:
SET:
itemType: "TEXT"
items:
- "aurora-postgresql"
- "aurora-mysql"
search:
EXTRACT: "CA10__engine__c"
- status: "COMPLIANT"
currentStateMessage: "IAM Database Authentication is enabled for this RDS Cluster."
check:
IS_EQUAL:
left:
EXTRACT: "CA10__iamDatabaseAuthenticationEnabled__c"
right:
BOOLEAN: true
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "IAM Database Authentication is disabled for this RDS Cluster."
remediationMessage: "Enable IAM Database Authentication for the RDS Cluster."