Amazon ElastiCache · Arazzo Workflow
Amazon ElastiCache Provision Cache Cluster
Version 1.0.0
Create a cache cluster and poll until it reports an available status.
View Spec
View on GitHub
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedisArazzoWorkflows
Provider
Workflows
provision-cache-cluster
Create a cache cluster and wait for it to become available.
Creates a single cache cluster using the supplied identifier, engine and node configuration, then polls DescribeCacheClusters until the cluster's status reports it is available.
1
createCluster
createCacheCluster
Submit a CreateCacheCluster request for the supplied identifier and node configuration. The Action and Version query parameters identify the AWS operation; 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. The CacheClusterId query parameter scopes the description to the single cluster created in the previous step.