Amazon RDS · Arazzo Workflow
Amazon RDS Snapshot Then Delete a DB Instance
Version 1.0.0
Take a final manual snapshot, wait for it, then safely delete the instance.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDatabase-as-a-ServiceManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
snapshot-then-delete-instance
Snapshot a DB instance, wait for the snapshot, then delete the instance.
Creates a manual snapshot, polls until it is available, then deletes the source instance while retaining a final snapshot.
1
createSnapshot
Request a manual snapshot of the source DB instance before deletion.
2
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 it proceeds to delete the instance.
3
deleteInstance
Delete the source DB instance, retaining a final snapshot rather than skipping it.
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.