Amazon RDS · Arazzo Workflow
Amazon RDS Provision an Aurora DB Cluster
Version 1.0.0
Create an Aurora DB cluster and poll until it reports the available status.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
provision-aurora-cluster
Create an Aurora DB cluster and wait for it to become available.
Creates an Aurora DB cluster with the supplied engine and master credentials, then polls DescribeDBClusters until the cluster status is available.
1
createCluster
createDBCluster
Submit the request to create the Aurora DB cluster with the supplied engine and master credentials.
2
pollCluster
describeDBClusters
Describe the DB cluster and inspect its status. While the cluster is still creating the workflow loops back to poll again; once it is available the flow ends.