Copies the specified DB parameter group.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/copy-db-parameter-group.html
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 |