Amazon RDS · Arazzo Workflow
Amazon RDS Snapshot a DB Instance
Version 1.0.0
Create a manual DB snapshot and poll until it reports the available status.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
snapshot-db-instance
Take a manual DB snapshot and wait for it to become available.
Verifies the source DB instance is available, creates a manual snapshot, and polls DescribeDBSnapshots until the snapshot status is available.
1
confirmInstance
describeDBInstances
Describe the source DB instance to confirm it exists and is in the available state before requesting a snapshot.
2
createSnapshot
createDBSnapshot
Request a manual snapshot of the source DB instance using the supplied snapshot identifier.
3
pollSnapshot
describeDBSnapshots
Describe the snapshot and inspect its status. While the snapshot is still creating the workflow loops back to poll again; once it is available the flow ends.