Downscaling a Passive Stack

What is passive downscale?

Passive Downscaling is an operation available for the application component of the service. In this operation, a user can downscale the passive stack, ASG in this case, of the component by a simple command.

Command

odin operate component  --operation passive-downscale --service ServiceA --name AppComponent --options '{}' --env EnvName
Option
Type
Descrption

operation

String

It takes the input of the operation you want to perform, in this case PASSIVE-DOWNSCALE.

service

String

Service name for which the operation to be performed.

name

String

Application component name for which the operation to be performed.

options

Json

This normally takes json input, but in this operation an empty json string to be passed.

env

String

Environment name where the operation is to be performed.

How do I verify if my passive-downscale operation is successful?

Once your request for a passive-downscale operation is successful, you can manually verify the success of the operation from AWS console or Datadog.

Last updated