Removes one or more nodes from a DAX cluster.
dax_decrease_replication_factor(ClusterName, NewReplicationFactor,
AvailabilityZones, NodeIdsToRemove)
[required] The name of the DAX cluster from which you want to remove nodes.
[required] The new number of nodes for the DAX cluster.
The Availability Zone(s) from which to remove nodes.
The unique identifiers of the nodes to be removed from the cluster.
svc$decrease_replication_factor( ClusterName = "string", NewReplicationFactor = 123, AvailabilityZones = list( "string" ), NodeIdsToRemove = list( "string" ) )
You cannot use DecreaseReplicationFactor
to remove the last node in a
DAX cluster. If you need to do this, use DeleteCluster
instead.