Amazon autoscaling Automatically create scripts

Source: Internet
Author: User

#!/bin/bash#autoscaling config nameac_config= "My-lc-bycli" #Autoscaling  group  nameac_ Group_name= "MY-LB-ASG-BYCLI" #desired-capacitydc= "1" #security  groupsg= "Sg-9b3a8bfe" #which  key  parikp= "ELB" #specify  machine typeinstance_type= "T2.micro" #which  AMI you wanna  Use in autoscalingami_id= "ami-501a1402" gp_max= "1" gp_min= "1" aws autoscaling  create-launch-configuration --launch-configuration-name  $AC _config     -- image-id  $AMI _id --instance-type   $INSTANCE _type     -- security-groups  "$SG"      --key-name  $KP      -- Associate-public-ip-addressaws autoscaling create-auto-scaling-group --auto-scaling-group-name   $AC _group_name     --launch-configuration-name  $AC _config      --availability-zones  "Ap-southeast-1b "      --max-size  $GP _max --min-size     $GP _min --desired-capacity  $DC      --vpc-zone-identifier  " Subnet-07ee4c62 " #--load-balancer-names " my-lb "


In Vpc-zone-identifier and associate-public-ip-address to pay attention to.

This article is from the "Technical Blog" blog, please be sure to keep this source http://raytech.blog.51cto.com/7602157/1685197

Amazon autoscaling Automatically create scripts

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.