Amazon RDS · Arazzo Workflow
Amazon RDS Clean Up a DB Snapshot
Version 1.0.0
Confirm a manual snapshot is available, delete it, then verify removal.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
clean-up-snapshot
Delete a manual DB snapshot and verify it has been removed.
Confirms the snapshot is an available manual snapshot, deletes it, then re-lists manual snapshots for the source instance to verify removal.
1
confirmSnapshot
describeDBSnapshots
Describe the snapshot to confirm it is an available manual snapshot before deleting it.
2
deleteSnapshot
deleteDBSnapshot
Delete the confirmed manual snapshot.
3
verifyRemoval
describeDBSnapshots
Re-list the manual snapshots for the source DB instance to verify the deleted snapshot no longer appears.