View source: R/elasticache_operations.R
elasticache_decrease_replica_count | R Documentation |
Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.
See https://www.paws-r-sdk.com/docs/elasticache_decrease_replica_count/ for full documentation.
elasticache_decrease_replica_count(
ReplicationGroupId,
NewReplicaCount = NULL,
ReplicaConfiguration = NULL,
ReplicasToRemove = NULL,
ApplyImmediately
)
ReplicationGroupId |
[required] The id of the replication group from which you want to remove replica nodes. |
NewReplicaCount |
The number of read replica nodes you want at the completion of this operation. For Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups. The minimum number of replicas in a shard or replication group is:
|
ReplicaConfiguration |
A list of |
ReplicasToRemove |
A list of the node ids to remove from the replication group or node group (shard). |
ApplyImmediately |
[required] If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.