Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You can update an auto-scaling policy using the CLI tool, REST API or the management console (UI) as shown below:

 

 


 

Sample auto-scaling policy JSON

The auto-scaling policy ID (id) can not be changed in the updating process.

{
  "id": "autoscaling-policy-1",
  "loadThresholds": {
    "requestsInFlight": {
      "threshold": 20
    },
    "memoryConsumption": {
      "threshold": 80
    },
    "loadAverage": {
      "threshold": 120
    }
  }
}
  • No labels