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

질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인