Max Redshift cluster size

0

I only see a max of 4 from the Nodes dropdown.
Does Redshift cluster allow having more than 4 compute nodes? Enter image description here

已提問 1 年前檢視次數 302 次
1 個回答
0

Dear Customer,

By the screenshot I can saw that you're performing resize operation in Redshift:

In resize there was node limitation handled:

There is a command in elastic resize to determine how many nodes you can edit, which is why you can only see 4 nodes throughout the resize operation. Elastic resize: If elastic resize is available as an option, use elastic resize to change the node type, number of nodes, or both. Note that when you only change the number of nodes, the queries are temporarily paused and connections are kept open. An elastic resize takes between 10-15 minutes. During a resize operation, the cluster is read-only.

To verify if your cluster is eligible for elastic resize, run the following AWS CLI or AWS CloudShell command:

aws redshift describe-node-configuration-options --cluster-identifier <cluster-id> --action-type resize-cluster

If you like increase the node more than the elastic limit you can choose classic resize: Classic resize: Use classic resize to change the node type, number of nodes, or both. Choose this option when you're resizing to a configuration that isn't available through elastic resize. A resize operation takes two hours or more, or can take up to several days depending on your data size. During the resize operation, the source cluster is read-only.

Reference:

How do I resize an Amazon Redshift cluster?: https://aws.amazon.com/premiumsupport/knowledge-center/resize-redshift-cluster/

Overview of managing clusters in Amazon Redshift: https://docs.aws.amazon.com/redshift/latest/mgmt/managing-cluster-operations.html

How does elastic resize work in Amazon Redshift?: https://aws.amazon.com/premiumsupport/knowledge-center/redshift-elastic-resize/

Thanks!!

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南