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 ServiceDBaaSManaged DatabasesRelational 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
describeDBInstances
Describe the DB instance to confirm it is available before converting it to a Multi-AZ deployment.
2
enableMultiAZ
modifyDBInstance
Submit the modify request enabling Multi-AZ with the change applied immediately.
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.