Updating an auto-scaling policy via the UI editor

Follow the instructions below to view the details of an auto-scaling policy:

  1. Navigate to the Auto-scaling Policies page.
    • If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Auto-scaling Policies.
    • If you are using the menu options, follow the steps below:
      1. Click on the list menu .
      2. Click the down arrow on the Configurations menu.
      3. Click Autoscaling Policies
  2. Click Edit to view the details of the selected auto-scaling policy. 
    Grid view:
    If you are in the grid view, hover your mouse pointer over the auto-scaling policy that you wish to update for the Edit button to appear.
     
    List view:
  3. Edit the required fields and click Save.

Updating an auto-scaling policy via the JSON editor

Follow the instructions below to view the details of an auto-scaling policy:

  1. Navigate to the Auto-scaling Policies page.
    • If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Auto-scaling Policies.
    • If you are using the menu options, follow the steps below:
      1. Click on the list menu .
      2. Click the down arrow on the Configurations menu .
      3. Click Autoscaling Policies
  2. Click Edit to view the details of the selected auto-scaling policy. 
    Grid view:
    If you are in the grid view, hover your mouse pointer over the auto-scaling policy that you wish to update for the Edit button to appear.
     
    List view:
  3. Click on the editor control to switch to the JSON editor. The JSON code format to update a auto-scaling policy will appear.
  4. Optionally, check the Auto correct with schema option to ensure that you do not accidentally delete any mandatory fields from the auto-scaling policy definition JSON code.
  5. Update the auto-scaling policy definition using JSON. For property definitions, see the Auto-scaling Policy Resource Definition.
  6. Click Save to save the changes of the updated auto-scaling policy definition.
  • No labels