Amazon DocumentDB · Arazzo Workflow
Amazon DocumentDB Scale Out Read Replica
Version 1.0.0
Add a replica instance to a cluster, wait for it, then confirm cluster membership.
View Spec
View on GitHub
Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQLArazzoWorkflows
Provider
Workflows
scale-out-read-replica
Add a replica instance and confirm it joins the cluster.
Creates a replica instance in the target cluster, polls until it is available, then describes the cluster to confirm the new member is present.
1
createReplica
createDBInstance
Create the replica instance within the target cluster.
2
pollReplica
describeDBInstances
Poll the replica instance status, looping back here until it reports available.
3
confirmMembership
describeDBClusters
Describe the cluster again to confirm it is available and now reports the new replica among its members.