Modifies the settings for a cluster.Show details from next link. 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 --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 |
Redshift Reserved Instance Pricing Strategy | OptimalBI : http://optimalbi.com/blog/2014/05/19/redshift-reserved-instance-pricing-strategy/ |
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 |