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 ServiceDatabase-as-a-ServiceManaged 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
Describe the DB instance to confirm it is available before rebooting.
2
rebootInstance
Issue the reboot request, optionally forcing a failover from one Availability Zone to another in a Multi-AZ deployment.
3
pollInstance
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.
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.