Amazon ElastiCache · Arazzo Workflow
Amazon ElastiCache Decommission Cache Cluster
Version 1.0.0
Snapshot and delete a cache cluster, then poll until it is fully removed.
View Spec
View on GitHub
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedisArazzoWorkflows
Provider
Workflows
decommission-cache-cluster
Take a final snapshot, delete a cache cluster, and confirm removal.
Confirms a cluster exists, deletes it while capturing a final snapshot, and polls DescribeCacheClusters until the cluster reports it is deleting or has been removed.
1
verifyCluster
Describe the cluster to confirm it exists before deleting it. The CacheClusterId query parameter scopes the description to the single target cluster.
2
deleteCluster
Submit a DeleteCacheCluster request that names a FinalSnapshotIdentifier so a final snapshot is captured before the cluster is torn down. The cluster identifier and snapshot name travel in the form-encoded body.
3
pollDeletion
Describe the cluster again to confirm the deletion is in progress or complete. The CacheClusterId query parameter scopes the description to the cluster being removed.
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.