Skip to main content

Aws Rds Inventory

@jentz/aws-rds-inventoryv2026.06.07.2· 1d 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.

Audit/inventory counterpart to the official @swamp/aws/rds dbcluster list method: this model enriches members, applies an engine allowlist and CEL selector, and paginates unbounded for a complete fleet picture, rather than feeding the create/update/sync lifecycle. See the README for when to use which.

02Models1
@jentz/aws-rds-inventoryv2026.06.07.2aws_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
03Previous Versions3
2026.06.07.1Jun 7, 2026
2026.06.05.1Jun 5, 2026
2026.05.24.1May 24, 2026
04Stats
A
100 / 100
Downloads
4
Archive size
306.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels