YugabyteDB · Arazzo Workflow
YugabyteDB Aeon Scale Cluster
Version 1.0.0
Read a cluster, submit an updated specification, and poll until it returns to ACTIVE.
Provider
Workflows
scale-cluster
Apply an updated cluster specification and wait for the cluster to settle.
Reads the current cluster, submits an updated specification to scale it, and polls the cluster until the update finishes and the cluster is ACTIVE again.
1
readCluster
getCluster
Read the current cluster to capture its existing state before applying the scaling change.
2
updateCluster
updateCluster
Submit the updated cluster specification to scale node count, disk size, or fault tolerance. The cluster transitions into the UPDATING state.
3
pollClusterState
getCluster
Poll the cluster until the update completes and it returns to the ACTIVE state. The cluster passes through UPDATING before settling.