Create Cache Cluster

GET {{aws_elasticache_base_url}}/?CacheClusterId&AuthToken&AutoMinorVersionUpgrade&AZMode&CacheNodeType&CacheParameterGroupName&CacheSecurityGroupNames.CacheSecurityGroupName.N&CacheSubnetGroupName&Engine&EngineVersion&NotificationTopicArn&NumCacheNodes&Port&PreferredAvailabilityZone&PreferredAvailabilityZones.PreferredAvailabilityZone.N&PreferredMaintenanceWindow&ReplicationGroupId&SecurityGroupIds.SecurityGroupId.N&SnapshotArns.SnapshotArn.N&SnapshotName&SnapshotRetentionLimit&SnapshotWindow&Tags.Tag.N&Version=2015-02-02

Request Params

KeyDatatypeRequiredDescription
CacheClusterIdnullThe node group (shard) identifier. This parameter is stored as a lowercase string.
AuthTokennullReserved parameter. The password used to access a password protected server.
AutoMinorVersionUpgradenullThis parameter is currently disabled.
AZModenullSpecifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.
CacheNodeTypenullThe compute and memory capacity of the nodes in the node group (shard).
CacheParameterGroupNamenullThe name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.
CacheSecurityGroupNames.CacheSecurityGroupName.NnullA list of security group names to associate with this cluster.
CacheSubnetGroupNamenullThe name of the subnet group to be used for the cluster.
EnginenullThe name of the cache engine to be used for this cluster.
EngineVersionnullThe version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.
NotificationTopicArnnullThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
NumCacheNodesnullThe initial number of cache nodes that the cluster has.
PortnullThe port number on which each of the cache nodes accepts connections.
PreferredAvailabilityZonenullThe EC2 Availability Zone in which the cluster is created.
PreferredAvailabilityZones.PreferredAvailabilityZone.NnullA list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.
PreferredMaintenanceWindownullSpecifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:
ReplicationGroupIdnullThe ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.
SecurityGroupIds.SecurityGroupId.NnullOne or more VPC security groups associated with the cluster.
SnapshotArns.SnapshotArn.NnullA single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.
SnapshotNamenullThe name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.
SnapshotRetentionLimitnullThe number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.
SnapshotWindownullThe daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).
Tags.Tag.NnullA list of cost allocation tags to be added to this resource.
VersionstringThe version of the API.