[AWS] RDS のパラメータグループに設定されてる値を CSV で取得

jq 使えば csv 化は簡単



This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters


aws rds describe-db-parameters –db-parameter-group-name {PARAMETER-GROUP-NAME-HERE}
| jq -r '.Parameters[] | "\(.ParameterName), \(.ParameterValue)"' \
> rds_parameters.csv
view raw

gistfile1.txt

hosted with ❤ by GitHub

Posted

in

by

Tags:

Comments

コメントを残す