Amazon ElastiCache · Arazzo Workflow
Amazon ElastiCache Provision Replication Group
Version 1.0.0
Create a Redis replication group and poll until it becomes available.
View Spec
View on GitHub
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedisArazzoWorkflows
Provider
Workflows
provision-replication-group
Create a replication group and wait for it to become available.
Creates a Redis replication group with the supplied identifier and node configuration, then polls DescribeReplicationGroups until the group reports it is available.
1
createGroup
createReplicationGroup
Submit a CreateReplicationGroup request for the supplied identifier and node configuration. The Action and Version query parameters identify the AWS operation; the group attributes travel in the form-encoded body.
2
pollGroup
describeReplicationGroups
Describe the just-created replication group and confirm it has reached an available status. The ReplicationGroupId query parameter scopes the description to the single group created in the previous step.