YugabyteDB · Arazzo Workflow
YugabyteDB Aeon Provision Cluster
Version 1.0.0
Create a cluster, poll until it becomes ACTIVE, then read its connection endpoints.
Provider
Workflows
provision-cluster
Provision a YugabyteDB Aeon cluster and wait for it to come online.
Creates a cluster within the supplied account and project, waits for the asynchronous provisioning to complete by polling the cluster state, and returns the cluster identifier and its connection endpoints once ACTIVE.
1
createCluster
createCluster
Submit the cluster specification to create a new managed cluster within the account and project. Creation is asynchronous; the cluster starts in the CREATING state.
2
pollClusterState
getCluster
Poll the cluster until provisioning settles into the ACTIVE state. The cluster transitions through CREATING before reaching ACTIVE.
3
readEndpoints
getCluster
Read the active cluster to obtain the connection endpoints clients use to reach the database, including host and accessibility type per region.