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 ServiceDBaaSManaged 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
describeDBClusters
Describe the Aurora DB cluster to confirm it is available before adding a reader instance.
2
createReader
createDBInstance
Create a new DB instance that joins the existing Aurora cluster as a reader, using the cluster engine and supplied instance class.
3
pollReader
describeDBInstances
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.