Comparing RDS parameter group in AWS account
Project description
comparerdspg
Under construction! Still you can use!
Developed by Tanmay Varade
This project help to compare your RDS parameter group with their default.
Examples of How To Use
Make sure you export your AWS credential to terminal
Compare one or more RDS instance parameter group
import comparerdspg
comparerdspg.customcompareclusterpg(["rds-instance-pg-1","rds-instance-pg-1",,"rds-instance-pg-n"], "aws-region")
# provide name of only custom RDS instance parameter name.
Compare one or more RDS instance parameter group
import comparerdspg
comparerdspg.customcompareinstancepg(["rds-cluster-pg-1","rds-cluster-pg-1",,"rds-cluster-pg-n"], "aws-region")
# provide name of only custom RDS cluster parameter name.
Compare all the custom RDS instance parameter group with specific family.
import comparerdspg
comparerdspg.compareinstancerdspg("aws-region","family-name")
# family-name = aurora-mysql5.7 if you wants to copare all instance parameter group having default family aurora-mysql5.7
# If you wants to store output in file provide filename argument to above function.
comparerdspg.compareinstancerdspg("aws-region","family-name", "file-name")
Compare all the custom RDS cluster parameter group with specific family.
import comparerdspg
comparerdspg.compareclusterrdspg("aws-region","family-name")
# family-name = aurora-mysql5.7 if you wants to copare all cluster parameter group having default family aurora-mysql5.7
# If you wants to store output in file provide filename argument to above function.
comparerdspg.compareclusterrdspg("aws-region","family-name", "file-name")
import comparerdspg
comparerdspg.compareclusterrdspg("aws-region","family-name")
# family-name = aurora-mysql5.7 if you wants to copare all cluster parameter group having default family aurora-mysql5.7
# If you wants to store output in file provide filename argument to above function.
comparerdspg.compareclusterrdspg("aws-region","family-name", "file-name")
If you get error for pandas module use below command to install
python3 -m pip install pandas
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
comparerdspg-0.11.0.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for comparerdspg-0.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6592b17b4343f2fd49d95e767812011c4edc743af5fa4daeaedef29e878bbac9 |
|
MD5 | 188dfd0c16c8e0578a6530c7d56b29a2 |
|
BLAKE2b-256 | e9947424402fb38c6ad8f9cee6a9b354c70055c4af09c72f70b53a3ff20fc65f |