コマンドオプションサンプル:aws rds copy-db-parameter-group

コマンドサンプルを検索した結果です。

指定されたDBパラメータグループをコピーします。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/copy-db-parameter-group.html

aws rds copy-db-parameter-group \
    AWS cliを使ってRDSのParameter GroupをRegionを跨いでコピーする – PAYFORWARD : http://blog.takanabe.tokyo/2016/07/17/2485/
aws rds copy-db-parameter-group \
    Working with DB Parameter Groups - Amazon Relational Database Service : http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html
aws rds copy-db-parameter-group --source-db-parameter-group-identifier arn:aws:rds:ap-southeast-1:MyActID:pg:source-para-group --target-db-parameter-group-identifier arn:aws:rds:ap-south-1:MyActID:pg:dest-para-group --target-db-parameter-group-description arn:aws:rds:ap-south-1:MyActID:pg:dest-para-group-description
    amazon web services - DB ParameterGroup not found, not allowed to do cross region copy - Stack Overflow : http://stackoverflow.com/a/38356908

aws のオプション一覧