コマンドオプションサンプル:aws redshift modify-cluster

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

クラスタの設定を変更します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/redshift/modify-cluster.html

aws redshift modify-cluster --cluster-identifier CLUSTER --elastic-ip IP
     Assiging an AWS Elastic IP In Place  : http://ahalbert.com/2017/03/31/awseip.html
aws redshift modify-cluster \
    Amazon RedshiftとEIPの関連性について | Developers.IO : http://dev.classmethod.jp/cloud/aws/amazon-redshift-management-with-elastic-ip/
aws redshift modify-cluster --cluster-identifier mycluster --cluster-security-groups mysecuritygroup
    modify-cluster — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/redshift/modify-cluster.html
aws redshift modify-cluster --cluster-identifier test-cluster --no-allow-version-upgrade
    Redshiftにて「allow-version-upgrade」の設定値を変更する方法 - goodbyegangsterのブログ : http://goodbyegangster.hatenablog.com/entry/2018/04/03/224147
aws redshift modify-cluster --cluster-identifier
    Redshift Reserved Instance Pricing Strategy | OptimalBI : http://optimalbi.com/blog/2014/05/19/redshift-reserved-instance-pricing-strategy/
aws redshift modify-cluster --cluster-identifier dwh --cluster-parameter-group-name myclusterparametergroup
    AWS CLIを使ってRedShiftの操作履歴をS3転送する | Siguniang's Blog : http://siguniang.wordpress.com/2014/07/21/aws-redshift-auditing-backed-by-s3/
aws redshift modify-cluster --region=eu-west-1 --cluster-identifier test-cluster --node-type dc1.large --number-of-nodes 2
    amazon web services - Issue resizing Redshift cluster using AWS CLI - Stack Overflow : http://stackoverflow.com/questions/51185497/issue-resizing-redshift-cluster-using-aws-cli

aws のオプション一覧