Using Console
Using CLI
<ASG_NAME>
: Name of the Auto Scaling Group you want to create.<LAUNCH_CONFIG_NAME>
: Name of the Launch Configuration you want to use for the Auto Scaling Group.<MIN_SIZE>
: Minimum number of instances you want to launch in the Auto Scaling Group.<MAX_SIZE>
: Maximum number of instances you want to launch in the Auto Scaling Group.<DESIRED_CAPACITY>
: Desired number of instances you want to launch in the Auto Scaling Group.<AVAILABILITY_ZONES>
: Comma-separated list of availability zones in which you want to launch the instances.<INSTANCE_ID>
: ID of the instance you want to update.<INSTANCE_ID>
: ID of the instance you want to detach the EBS volume from.<INSTANCE_ID>
: ID of the instance you want to terminate.Using Python
boto3
client: