Resize Cluster
GET {{aws_redshift_base_url}}/?ClusterIdentifier&NumberOfNodes&Classic&ClusterType&NodeType
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClusterIdentifier | null | The unique identifier for the cluster to resize. | |
NumberOfNodes | null | The new number of nodes for the cluster. | |
Classic | null | A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false, the resize type is elastic. | |
ClusterType | null | The new cluster type for the specified cluster. | |
NodeType | null | The new node type for the nodes you are adding. If not specified, the cluster's current node type is used. |