Creates a cluster. All nodes in the cluster run the same protocol-compliant engine software.
Headers
Request body
The name of the cluster. This value must be unique as it also serves as the cluster identifier.
The compute and memory capacity of the nodes in the cluster.
The name of the multi-Region cluster to be created.
The name of the parameter group associated with the cluster.
An optional description of the cluster.
The number of shards the cluster will contain. The default value is 1.
The number of replicas to apply to each shard. The default value is 1. The maximum is 5.
The name of the subnet group to be used for the cluster.
A list of security group names to associate with this cluster.
The port number on which each of the nodes accepts connections.
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
A flag to enable in-transit encryption on the cluster.
The ID of the KMS key used to encrypt the cluster.
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new cluster. The Amazon S3 object name in the ARN cannot contain any commas.
The name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.
The number of days for which MemoryDB retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
The name of the Access Control List to associate with the cluster.
The name of the engine to be used for the cluster.
The version number of the Redis OSS engine to be used for the cluster.
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see <a href="https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html">Data tiering</a>.
Specifies the IP address type for the cluster. Valid values are 'ipv4', 'ipv6', or 'dual_stack'. When set to 'ipv4', the cluster will only be accessible via IPv4 addresses. When set to 'ipv6', the cluster will only be accessible via IPv6 addresses. When set to 'dual_stack', the cluster will be accessible via both IPv4 and IPv6 addresses. If not specified, the default is 'ipv4'.
The mechanism for discovering IP addresses for the cluster discovery protocol. Valid values are 'ipv4' or 'ipv6'. When set to 'ipv4', cluster discovery functions such as cluster slots, cluster shards, and cluster nodes return IPv4 addresses for cluster nodes. When set to 'ipv6', the cluster discovery functions return IPv6 addresses for cluster nodes. The value must be compatible with the NetworkType parameter. If not specified, the default is 'ipv4'.
Response
Success