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 ServiceDatabase-as-a-ServiceManaged 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
Describe the DB instance to confirm it is available before applying a modification.
2
modifyInstance
Submit the modify request changing the instance class with the change applied immediately rather than during the next maintenance window.
3
pollInstance
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.
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.