Amazon RDS · Arazzo Workflow
Amazon RDS Convert Instance to Multi-AZ
Version 1.0.0
Enable Multi-AZ on a DB instance immediately and poll until stable.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDatabase-as-a-ServiceManaged DatabaseRelational DatabasesArazzoWorkflows
Provider
Workflows
convert-to-multi-az
Convert a DB instance to Multi-AZ and wait for it to stabilize.
Confirms the instance is available, modifies it to MultiAZ with ApplyImmediately, then polls until DescribeDBInstances reports the instance available again.
1
confirmInstance
Describe the DB instance to confirm it is available before converting it to a Multi-AZ deployment.
2
enableMultiAZ
Submit the modify request enabling Multi-AZ with the change applied immediately.
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.