Amazon ElastiCache · Arazzo Workflow
Amazon ElastiCache Cache Cluster Lifecycle
Version 1.0.0
Create a cache cluster, confirm it, then delete it with a final snapshot.
View Spec
View on GitHub
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedisArazzoWorkflows
Provider
Workflows
cache-cluster-lifecycle
Create, confirm, and tear down a cache cluster with a final snapshot.
Creates a cache cluster, polls until it reports it is available, then deletes it while capturing a final snapshot.
1
createCluster
createCacheCluster
Submit a CreateCacheCluster request for the supplied identifier and node configuration. The cluster attributes travel in the form-encoded body.
2
pollCluster
describeCacheClusters
Describe the just-created cluster and confirm it has reached an available status before exercising or deleting it.
3
deleteCluster
deleteCacheCluster
Delete the cluster while naming a FinalSnapshotIdentifier so a final snapshot is taken before teardown. The cluster identifier and snapshot name travel in the form-encoded body.