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 ServiceDBaaSManaged 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
createDBInstance
Submit the request to create the DB instance with the supplied engine, instance class, master credentials and allocated storage.
2
pollInstance
describeDBInstances
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.