Skip to main content

Aws Rds Inventory

@jentz/aws-rds-inventoryv2026.05.24.1· 10d agoMODELS
01README

Lists RDS DB clusters in the configured AWS region and emits two factory-style resources — one per cluster, one per cluster-member instance.

Pairs with @jentz/aws-context-guard upstream in a workflow so a misconfigured profile or account can never reach RDS APIs.

Covers both Aurora and the non-Aurora Multi-AZ DB cluster variants exposed by DescribeDBClusters. Standalone single-instance RDS (no cluster) is out of scope.

A built-in RDS engine allowlist drops shared-endpoint non-RDS engines such as Neptune and DocumentDB before the CEL selector runs. Predicates can then filter on engine, member count, instance classes, AWS tags, etc.

For a CSV summary of the inventory, see the companion report extension @jentz/aws-rds-inventory-csv.

02Models1
@jentz/aws-rds-inventoryv2026.05.24.1aws_rds_inventory.ts

Global Arguments

ArgumentTypeDescription
region?stringAWS region to query. Resolution order: this globalArg, then AWS_REGION,
selectorstringCEL predicate evaluated per RDS cluster after the built-in engine
fn list_clusters()
List RDS DB clusters matching the CEL selector, plus their members.

Resources

cluster(infinite)— RDS DB cluster summary. One resource per cluster the selector
instance(infinite)— RDS DB cluster member instance. Back-references its cluster via
03Stats
A
100 / 100
Downloads
3
Archive size
341.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels