Skip to content

Instantly share code, notes, and snippets.

@randomvariable
Last active June 14, 2016 10:33
Show Gist options
  • Save randomvariable/4b68ef1ffb11ad78ade9ce15ad399e31 to your computer and use it in GitHub Desktop.
Save randomvariable/4b68ef1ffb11ad78ade9ce15ad399e31 to your computer and use it in GitHub Desktop.
Print RDS parameters
aws rds describe-db-parameters --db-parameter-group-name <Parameter Group Name> | jq '.Parameters[] | select(.ParameterValue != null) | .ParameterName + "=" + .ParameterValue'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment