Amazon RDS · Arazzo Workflow
Amazon RDS Modify a DB Instance Class
Version 1.0.0
Resize a DB instance class immediately and poll until it stabilizes.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
modify-instance-class
Change a DB instance class immediately and wait for it to stabilize.
Confirms the instance is available, modifies the instance class with ApplyImmediately, then polls DescribeDBInstances until status is available.
1
confirmInstance
describeDBInstances
Describe the DB instance to confirm it is available before applying a modification.
2
modifyInstance
modifyDBInstance
Submit the modify request changing the instance class with the change applied immediately rather than during the next maintenance window.
3
pollInstance
describeDBInstances
Describe the DB instance and inspect its status. While the instance is still modifying the workflow loops back to poll again; once it is available the flow ends.