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 ServiceDBaaSManaged DatabasesRelational 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
describeDBInstances
Describe the DB instance to confirm it is available and read its current allocated storage before scaling.
2
scaleStorage
modifyDBInstance
Submit the modify request raising the allocated storage with the change applied immediately.
3
pollInstance
describeDBInstances
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.