Skip to content

AWSToolbox/list-rds-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSToolbox logo
Github Build Status Release Commits since release

Overview

This script will list all of your RDS instances in a given region.

Installation

Once you have cloned the code you will need to install the required python packages.

pip install -r requirements.txt 

The requirements file is in the src directory

Usage

./list-rds-instances.py [-r region]

Requirements

You will need a valid set of AWS credentials in order to run this command.

Results

The script will return the following details for each RDS instances it finds.

  • Instance Name
  • Instance Class
  • Status
  • Availability Zone(s)
  • Publicly Accessible
  • Allocated Storage
  • Storage Encrypted
  • Engine
  • Engine Version
  • Performance Insights