Amazon RDS · Arazzo Workflow
Amazon RDS Scale DB Instance Storage
Version 1.0.0
Increase allocated storage immediately and poll until the instance stabilizes.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDatabase-as-a-ServiceManaged DatabaseRelational DatabasesArazzoWorkflows
Provider
Workflows
scale-instance-storage
Increase a DB instance allocated storage and wait for it to stabilize.
Confirms the instance is available, raises AllocatedStorage with ApplyImmediately, then polls until DescribeDBInstances reports the instance available again.
1
confirmInstance
Describe the DB instance to confirm it is available and read its current allocated storage before scaling.
2
scaleStorage
Submit the modify request raising the allocated storage with the change applied immediately.
3
pollInstance
Describe the DB instance and inspect its status. While the instance is still modifying or optimizing storage 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.