Skip to main content

Aws Rds Inventory Report

@jentz/aws-rds-inventory-reportv2026.06.22.0· 4d agoREPORTS
01README

Workflow-scope report that renders an operator RDS inventory from the cluster and instance rows produced earlier in the workflow by @jentz/aws-rds-inventory. Pure data shaping — no AWS API access.

Emits a markdown body (summary with cluster/instance counts, engines, the writer/reader split, and a multi-AZ count, plus the full inventory table) and a JSON payload carrying structured clusters[] + instances[] rows, the summary counts, the skipped-artifact count, and a degraded flag — matching the markdown + JSON pattern of @jentz/aws-vpc-inventory-report.

No CSV is shipped; a downstream jq recipe in the README covers that case.

The report never throws: unparseable or schema-mismatched artifacts are counted and skipped, and an unexpected failure degrades to a still-valid report with the degraded flag set.

02Reports1
@jentz/aws-rds-inventory-reportworkflow
aws_rds_inventory_report.ts

Operator inventory of RDS clusters and member instances

awsrdsinventoryreport
03Previous Versions1
2026.06.20.0Jun 21, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
9.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