Amazon Neptune · Arazzo Workflow
Amazon Neptune Analytics Snapshot and Restore
Version 1.0.0
Snapshot a Neptune Analytics graph, wait for the snapshot, then restore it into a new graph.
Provider
Workflows
analytics-snapshot-and-restore
Create a snapshot, wait until AVAILABLE, then restore a new graph from it.
Snapshots a source graph, polls the snapshot to AVAILABLE, and restores a new graph from the snapshot.
1
createSnapshot
createGraphSnapshot
Create a snapshot of the source graph and capture the snapshot identifier.
2
pollSnapshot
getGraphSnapshot
Poll the snapshot. Retry while it is CREATING and continue once its status is AVAILABLE.
3
restoreGraph
restoreGraphFromSnapshot
Restore a new graph from the available snapshot.