Resize Cluster

GET {{aws_redshift_base_url}}/?ClusterIdentifier&NumberOfNodes&Classic&ClusterType&NodeType

Request Params

KeyDatatypeRequiredDescription
ClusterIdentifiernullThe unique identifier for the cluster to resize.
NumberOfNodesnullThe new number of nodes for the cluster.
ClassicnullA 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.
ClusterTypenullThe new cluster type for the specified cluster.
NodeTypenullThe new node type for the nodes you are adding. If not specified, the cluster's current node type is used.