How to get a list of RDS instances with status of backup (Powers-hell script)
This power-shell script helps to get the list of RDS instances .in some scenarios we need to generate reports of RDS instances to review periodically for cost optimisation purpose. This script will helpful to create a CSV file with all RDS instances. The script will generate the list of RDS instances with following details. - RDS instanceID - Status of backups - Backup Retention period - RDS DB version -RDS creation date - Current status ( Ruining / stop ) Pre-requirements to run the script AWS_Profile_Name aws credential file needs to be updated with aws_access_key_id and aws_secret_access_key. The aws config file is in C:\Users\user_profile_name\.aws\credentils.