Amazon DocumentDB · Arazzo Workflow
Amazon DocumentDB Add Instance and Await Available
Version 1.0.0
Add an instance to an existing cluster and poll until the instance is available.
View Spec
View on GitHub
Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQLArazzoWorkflows
Provider
Workflows
add-instance-await-available
Add an instance to a cluster and wait until it is available.
Confirms the target cluster exists, creates a new instance within it, and then repeatedly describes the instance and branches back to the poll step until the reported status is available.
1
confirmCluster
Confirm the target cluster exists and is available before adding an instance to it.
2
createInstance
Create the DB instance inside the target cluster using the AWS query protocol with the instance identifier and class in the form body.
3
pollInstance
Describe the instance and capture its status. Branch back to this step while the instance is still being created, and end when it is available.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.