Skip to main content

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.

If you get error for comparerdspg- ModuleNotFoundError: No module named 'comparerdspg'

python3 -m pip install comparerdspg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

comparerdspg-1.0.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

comparerdspg-1.0.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file comparerdspg-1.0.0.tar.gz.

File metadata

  • Download URL: comparerdspg-1.0.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for comparerdspg-1.0.0.tar.gz
Algorithm Hash digest
SHA256 23e922404a4422f8b1556afa7430cb9e4836d319d82d5d0c5fde9677695599c7
MD5 a2ed22fb1941329d8e1fbe8c6d9fba53
BLAKE2b-256 baad2e2bf1b5c052ed4e2f9baf7a44e8e7e3f976cab3cd1aa820872b268a84db

See more details on using hashes here.

File details

Details for the file comparerdspg-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for comparerdspg-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 310da5bb7f84f3c8b3452923f1c9e761a71f7c0fbbc3151a72c360811f868bd5
MD5 fdca6a1b32671c00bd72dddd8581b83e
BLAKE2b-256 f00435a6d2c8ca9ceeaadbd55522b9e17a7c8e4efaaa7955a02ced811802370a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page