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

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

DBクラスタパラメータグループのパラメータを変更します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/modify-db-cluster-parameter-group.html

aws rds modify-db-cluster-parameter-group --db-cluster-parameter-group-name AllowAWSAccess \
    Working with DB Parameter Groups and DB Cluster Parameter Groups - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.IAM.AddRoleToDBCluster.html
aws rds modify-db-cluster-parameter-group \
    Aurora MySQL -> Aurora MySQLへのレプリケーション | インフラ関係のメモ書き : http://rikuga.me/2018/01/28/aurora-to-aurora-replication/
aws rds modify-db-cluster-parameter-group --db-cluster-parameter-group-name percona-cluster --parameters "ParameterName=innodb_flush_log_at_trx_commit
    How to Configure Aurora Parameters on Amazon RDS - Percona Database Performance Blog : http://www.percona.com/blog/2017/08/09/how-to-configure-aurora-rds-parameters/

aws のオプション一覧