Amazon RDS · Arazzo Workflow
Amazon RDS Provision a DB Instance
Version 1.0.0
Create a DB instance and poll until it reports the available status.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDatabase-as-a-ServiceManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
provision-db-instance
Create a DB instance and wait for it to become available.
Creates a DB instance with the supplied engine, instance class and storage, then polls DescribeDBInstances until the instance status is available.
1
createInstance
Submit the request to create the DB instance with the supplied engine, instance class, master credentials and allocated storage.
2
pollInstance
Describe the DB instance and inspect its status. While the instance is still creating, modifying or backing-up the workflow loops back to poll again; once it is available the flow ends.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.