AWSToolbox / list-rds-instances

List all of your RDS instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

List all of your RDS instances.

License:MIT License


Languages

Language:Python 100.0%