Adding a scaling policy
You can add a scaling policy using the Amazon Web Services Management Console.
Adding a scaling policy using the Amazon Web Services Management Console
To add an auto scaling policy to an ElastiCache (Redis OSS)
-
Sign in to the Amazon Web Services Management Console and open the Amazon ElastiCache console at https://console.amazonaws.cn/elasticache/
. -
In the navigation pane, choose Redis OSS.
-
Choose the cluster that you want to add a policy to (choose the cluster name and not the button to its left).
-
Choose the Auto Scaling policies tab.
-
Choose add dynamic scaling.
-
Under Scaling policies, choose Add dynamic scaling.
-
For Policy Name, enter the policy name.
-
For Scalable Dimension, select Replicas from dialog box.
-
For the target value, type the Avg percentage of CPU utilization that you want to maintain on ElastiCache Replicas. This value must be >=35 and <=70. Cluster replicas are added or removed to keep the metric close to the specified value.
-
(Optional) scale-in or scale-out cooldown periods are not supported from the Console. Use the Amazon CLI to modify the cool down values.
-
For Minimum capacity, type the minimum number of replicas that the ElastiCache (Redis OSS) Auto Scaling policy is required to maintain.
-
For Maximum capacity, type the maximum number of replicas the ElastiCache (Redis OSS) Auto Scaling policy is required to maintain. This value must be >=5.
-
Choose Create.