Editing a scaling policy
You can edit a scaling policy using the Amazon Web Services Management Console, the Amazon CLI, or the Application Auto Scaling API.
Editing a scaling policy using the Amazon Web Services Management Console
You can only edit policies with type Predefined metrics by using the Amazon Web Services Management Console
-
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.
-
Under Scaling policies, choose the button to the left of the Auto Scaling policy you wish to change, and then choose Modify.
-
Make the requisite changes to the policy.
-
Choose Modify.
-
Make changes to the policy.
-
Choose Modify.
Editing a scaling policy using the Amazon CLI or the Application Auto Scaling API
You can use the Amazon CLI or the Application Auto Scaling API to edit a scaling policy in the same way that you apply a scaling policy:
-
When using the Application Auto Scaling API, specify the name of the policy you want to edit in the
PolicyName
parameter. Specify new values for the parameters you want to change.
For more information, see Applying a scaling policy to an ElastiCache (Redis OSS) cluster.