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
Key | Datatype | Required | Description |
---|---|---|---|
CacheClusterId | null | The node group (shard) identifier. This parameter is stored as a lowercase string. | |
AuthToken | null | Reserved parameter. The password used to access a password protected server. | |
AutoMinorVersionUpgrade | null | This parameter is currently disabled. | |
AZMode | null | Specifies 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. | |
CacheNodeType | null | The compute and memory capacity of the nodes in the node group (shard). | |
CacheParameterGroupName | null | The 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.N | null | A list of security group names to associate with this cluster. | |
CacheSubnetGroupName | null | The name of the subnet group to be used for the cluster. | |
Engine | null | The name of the cache engine to be used for this cluster. | |
EngineVersion | null | The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation. | |
NotificationTopicArn | null | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent. | |
NumCacheNodes | null | The initial number of cache nodes that the cluster has. | |
Port | null | The port number on which each of the cache nodes accepts connections. | |
PreferredAvailabilityZone | null | The EC2 Availability Zone in which the cluster is created. | |
PreferredAvailabilityZones.PreferredAvailabilityZone.N | null | A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important. | |
PreferredMaintenanceWindow | null | Specifies 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: | |
ReplicationGroupId | null | The 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.N | null | One or more VPC security groups associated with the cluster. | |
SnapshotArns.SnapshotArn.N | null | A 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. | |
SnapshotName | null | The 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. | |
SnapshotRetentionLimit | null | The 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. | |
SnapshotWindow | null | The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard). | |
Tags.Tag.N | null | A list of cost allocation tags to be added to this resource. | |
Version | string | The version of the API. |