turbot/steampipe-mod-aws-insights

Dashboard: AWS RDS DB Instance Inventory Report

This report answers the following questions:

  • What is the total number of RDS DB instances across my accounts?
  • What are the essential details of each DB instance (identifier, class, engine, version)?
  • What is the status and availability of each instance?
  • What storage type and size is allocated to each instance?
  • What tags are applied to instances?
  • How are instances distributed across accounts and regions?
This dashboard contains 1 card and 1 table.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-aws-insights

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select AWS RDS DB Instance Inventory Report dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe dashboard run aws_insights.dashboard.rds_db_instance_inventory_report --share

Queries

This dashboard uses the the following queries:
select count(*) as "RDS DB Instances" from aws_rds_db_instance

Tags