v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14130363656.8 KB

Decreases the number of node groups in a Global datastore

get/#Action=DecreaseNodeGroupsInGlobalReplicationGroup

Query parameters

GlobalReplicationGroupIdstring required

The name of the Global datastore

NodeGroupCountinteger required

The number of node groups (shards) that results from the modification of the shard configuration

GlobalNodeGroupsToRemovestring[]

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache for Redis will attempt to remove all node groups listed by GlobalNodeGroupsToRemove from the cluster.

GlobalNodeGroupsToRetainstring[]

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster. ElastiCache for Redis will attempt to retain all node groups listed by GlobalNodeGroupsToRetain from the cluster.

ApplyImmediatelyboolean required

Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

Action'DecreaseNodeGroupsInGlobalReplicationGroup' required
Version'2015-02-02' required

Response

Success