AutoScalingGroup
    • PDF

    AutoScalingGroup

    • PDF

    Article summary

    Available in Classic

    This is an autoscaling group.

    Syntax

    The syntax is as follows.

    private String autoScalingGroupName;
    private String autoScalingGroupNo;
    private String launchConfigurationName;
    private String launchConfigurationNo;
    private Integer desiredCapacity;
    private Integer minSize;
    private Integer maxSize;
    private Integer defaultCooldown;
    private List<LoadBalancerInstanceSummary> loadBalancerInstanceSummaryList;
    private Integer healthCheckGracePeriod;
    private CommonCode healthCheckType;
    private Date createDate;
    private List<InAutoScalingGroupServerInstance> inAutoScalingGroupServerInstanceList;
    private List<SuspendedProcess> suspendedProcessList;
    private List<Zone> zoneList;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    autoScalingGroupNameStringRequiredAutoscaling group name
    autoScalingGroupNoStringRequiredAutoscaling group number
    launchConfigurationNameStringRequiredLaunch configuration name
    launchConfigurationNoStringRequiredLaunch configuration number
    desiredCapacityIntegerRequiredExpected capacity
    • 0 - 30
    minSizeIntegerRequiredMinimum size
    • 0 - 30
    maxSizeIntegerRequiredMaximum size
    • 0 - 30
    defaultCooldownIntegerRequiredCooldown time
    loadBalancerInstanceSummaryListListOptionalSummary list of load balancer instances
    • If you health check an autoscaling group with a load balancer instance, information from that load balancer is output
    healthCheckGracePeriodIntegerOptionalHealth check grace period (seconds)
    • Pend health checks for the period
    healthCheckTypeCommonCodeRequiredHealth check classification for autoscaling
    • SVR | LOADB
      • SVR: server
      • LOADB: load balancer
    createDateDateRequiredAutoscaling creation date and time (YYYY-MM-DDThh:mm:ssZ)
    inAutoScalingGroupServerInstanceListListOptionalList of server instances that are part of an autoscaling group
    suspendedProcessListListOptionalList of pended processes
    zoneListListRequiredZone list in autoscaling groups

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.