eb scale
Description
Scales the environment to always run on a specified number of instances, setting both the minimum and maximum number of instances to the specified number.
Syntax
eb scale number-of-instances
eb scale number-of-instances
environment-name
Options
Name |
Description |
---|---|
--timeout |
The number of minutes before the command times out. |
Output
If successful, the command updates the number of minimum and maximum instances to run to the specified number.
Example
The following example sets the number of instances to 2.
$ eb scale 2
2018-07-11 21:05:22 INFO: Environment update is starting.
2018-07-11 21:05:27 INFO: Updating environment tmp-dev's configuration settings.
2018-07-11 21:08:53 INFO: Added EC2 instance 'i-5fce3d53' to Auto Scaling Group 'awseb-e-2cpfjbra9a-stack-AWSEBAutoScalingGroup-7AXY7U13ZQ6E'.
2018-07-11 21:08:58 INFO: Successfully deployed new configuration to environment.
2018-07-11 21:08:59 INFO: Environment update completed successfully.