Amazon DocumentDB · Arazzo Workflow
Amazon DocumentDB Bootstrap Cluster with Primary Instance
Version 1.0.0
Create a cluster, wait until available, then add and await a primary instance.
View Spec
View on GitHub
Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQLArazzoWorkflows
Provider
Workflows
bootstrap-cluster-with-instance
Provision a cluster and its first instance end to end.
Creates a cluster, waits for it to become available, then creates a primary instance inside it and waits for that instance to become available.
1
createCluster
createDBCluster
Create the DB cluster with the supplied identifier and master credentials.
2
pollCluster
describeDBClusters
Poll the cluster status, looping back here until the cluster reports available before any instance is created.
3
createInstance
createDBInstance
Create the primary instance inside the now-available cluster.
4
pollInstance
describeDBInstances
Poll the instance status, looping back here until the instance reports available.