Amazon ElastiCache · Arazzo Workflow
Amazon ElastiCache Clone Cluster Config
Version 1.0.0
Read a source cluster's config, create a matching cluster, and poll it.
View Spec
View on GitHub
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedisArazzoWorkflows
Provider
Workflows
clone-cluster-config
Create a new cluster that reuses the configuration of an existing one.
Reads a source cluster's engine and node configuration and creates a new cluster from those values, then polls until the new cluster is available.
1
describeSource
describeCacheClusters
Describe the source cluster with node information to read the engine and node configuration that the clone should reuse. The CacheClusterId query parameter scopes the description to the source cluster.
2
createClone
createCacheCluster
Submit a CreateCacheCluster request that reuses the source cluster's engine and node configuration under the new identifier. The cluster attributes travel in the form-encoded body.
3
pollClone
describeCacheClusters
Describe the cloned cluster and confirm it has reached an available status. The CacheClusterId query parameter scopes the description to the clone.