Amazon RDS · Arazzo Workflow
Amazon RDS Add an Aurora Replica Instance
Version 1.0.0
Confirm a cluster is available, add a reader instance, and poll until it joins.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDatabase-as-a-ServiceManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
add-aurora-replica-instance
Add a reader instance to an Aurora cluster and wait for it to become available.
Confirms the cluster is available, creates an instance that joins the cluster as a reader, then polls DescribeDBInstances until the new instance is available.
1
confirmCluster
Describe the Aurora DB cluster to confirm it is available before adding a reader instance.
2
createReader
Create a new DB instance that joins the existing Aurora cluster as a reader, using the cluster engine and supplied instance class.
3
pollReader
Describe the new reader instance and inspect its status. While it is still creating the workflow loops back to poll again; once it is available the flow ends.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.