elasticache_increase_replica_count: Dynamically increases the number of replicas in a Redis...

View source: R/elasticache_operations.R

elasticache_increase_replica_countR Documentation

Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group

Description

Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.

See https://www.paws-r-sdk.com/docs/elasticache_increase_replica_count/ for full documentation.

Usage

elasticache_increase_replica_count(
  ReplicationGroupId,
  NewReplicaCount = NULL,
  ReplicaConfiguration = NULL,
  ApplyImmediately
)

Arguments

ReplicationGroupId

[required] The id of the replication group to which you want to add replica nodes.

NewReplicaCount

The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

ReplicaConfiguration

A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

ApplyImmediately

[required] If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.