Amazon RDS · Arazzo Workflow
Amazon RDS Reboot a DB Instance
Version 1.0.0
Reboot a DB instance with optional failover and poll until it recovers.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
reboot-instance
Reboot a DB instance and wait for it to return to available.
Confirms the instance is available, reboots it (optionally forcing a failover), then polls until DescribeDBInstances reports the instance available again.
1
confirmInstance
describeDBInstances
Describe the DB instance to confirm it is available before rebooting.
2
rebootInstance
rebootDBInstance
Issue the reboot request, optionally forcing a failover from one Availability Zone to another in a Multi-AZ deployment.
3
pollInstance
describeDBInstances
Describe the DB instance and inspect its status. While the instance is still rebooting the workflow loops back to poll again; once it is available the flow ends.