Skip to content

Instantly share code, notes, and snippets.

@nntoan
Last active July 17, 2021 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nntoan/444ee89bd4a8da5a36debfd1acbf42f2 to your computer and use it in GitHub Desktop.
Save nntoan/444ee89bd4a8da5a36debfd1acbf42f2 to your computer and use it in GitHub Desktop.
AWS CLI CheatSheet

Get RDS parameters group pure configuration for [mysqld]

aws rds describe-db-parameters --db-parameter-group-name YOUR_PARAMETER_GROUP_NAME --source system | jq -r '.Parameters[] | (.ParameterName + "=" + .ParameterValue)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment