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 ServiceDatabase-as-a-ServiceManaged 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
Describe the source DB instance to confirm it exists and is in the available state before requesting a snapshot.
2
createSnapshot
Request a manual snapshot of the source DB instance using the supplied snapshot identifier.
3
pollSnapshot
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.
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.