Can be used in a VPC environment.
Description
This is a list of subcommands that can be executed in the vautoscaling command.
Command
Launch Configuration
| Command | Description | 
|---|---|
| getLaunchConfigurationList | Search list of Launch Configurations. | 
| getLaunchConfigurationDetail | Search Launch Configuration details by using the Launch Configuration number. | 
| createLaunchConfiguration | Create Launch Configurations. | 
| deleteLaunchConfiguration | Delete Launch Configuration. You can't delete the Launch Configuration in use set in the Auto Scaling Group. | 
Auto Scaling Group
| Command | Description | 
|---|---|
| getAutoScalingGroupList | Search list of Auto Scaling Groups. | 
| getAutoScalingGroupDetail | Search Auto Scaling Group details by using the Auto Scaling Group number. | 
| createAutoScalingGroup | Create Auto Scaling Groups. | 
| updateAutoScalingGroup | Edit details of Auto Scaling Group and Launch Configuration set. | 
| deleteAutoScalingGroup | Delete Auto Scaling Groups. You can't delete the Auto Scaling Group if there are remaining servers in the group. | 
| setDesiredCapacity | Edit expected capacity settings among the details of Auto Scaling Group. | 
| getScheduledActionList | Search list of scaling action schedules not executed yet. | 
| putScheduledUpdateGroupAction | Create or edit scaling action schedules. | 
| deleteScheduledAction | Delete scaling action schedules. | 
| getScalingProcessTypeList | Search list of process types for using in the process management of Auto Scaling Group. | 
| suspendProcesses | Suspend the process of the specified Auto Scaling Group. | 
| resumeProcesses | Restart the process of the specified Auto Scaling Group. | 
| getAutoScalingActivityLogList | Search list of scaling action execution logs. | 
| getAutoScalingPolicyList | Search list of scaling policies. | 
| getAdjustmentTypeList | Search list of adjustment types for scaling settings in Auto Scaling Group's policy. | 
| putScalingPolicy | Create or edit scaling policies. | 
| deleteScalingPolicy | Delete scaling policies. | 
| executePolicy | Execute specified scaling policies. |