This script will list all of your RDS instances in a given region.
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
./list-rds-instances.py [-r region]
You will need a valid set of AWS credentials in order to run this command.
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