AutoScalingGroup
    • PDF

    AutoScalingGroup

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Can be used in a VPC environment.

    Description

    Auto Scaling Group

    Statement

    private String vpcNo;
    private String subnetNo;
    private String serverNamePrefix;
    private String autoScalingGroupNo;
    private String autoScalingGroupName;
    private String launchConfigurationNo;
    private Integer minSize;
    private Integer maxSize;
    private Integer desiredCapacity;
    private Integer defaultCoolDown;
    private Integer healthCheckGracePeriod;
    private CommonCode healthCheckType;
    private Date createDate;
    private CommonCode autoScalingGroupStatus;
    private TargetGroupNoList targetGroupNoList;
    private List<InAutoScalingGroupServerInstance> inAutoScalingGroupServerInstanceList;
    private AccessControlGroupNoList accessControlGroupNoList;
    private List<SuspendedProcess> suspendedProcessList;
    

    Field

    Parameter nameRequirement statusTypeDescription
    vpcNoYesStringThe VPC number to execute Auto Scaling
    subnetNoYesStringThe subnet number to execute Auto Scaling
    serverNamePrefixNoStringThe prefix of a server name created by scale-out
    autoScalingGroupNoYesStringAuto Scaling Group number
    Naver Cloud Platform's identifier to identify Auto Scaling Group
    autoScalingGroupNameYesStringAuto Scaling Group name
    launchConfigurationNoYesStringThe Launch Configuration number set in Auto Scaling Group
    minSizeYesIntegerMinimum capacity (0 to 30)
    maxSizeYesIntegerMaximum capacity (0 to 30)
    desiredCapacityYesIntegerDesired capacity (0 to 30)
    defaultCoolDownYesIntegerDefault cooldown (sec.)
    This is a time period for which monitoring event notifications are ignored and won't be sent even though an actual scaling event occurs.
    healthCheckGracePeriodYesIntegerHealth check grace period (sec.)
    Health checks are suspended even though the server does not respond normally.
    healthCheckTypeYesCommonCodeHealth check type
    SVR (Server)
    LOADB (Load Balancer)
    When the health check type is set to LOADB, determine the server status depending on the health check method and criteria of the target group set.
    createDateYesDateCreation date Format: "YYYY-MM-DDThh:mm:ssZ"
    autoScalingGroupStatusYesCommonCodeAuto Scaling Group status
    CREAT (Auto Scaling Group CREATED status)
    DELTD (Auto Scaling Group DELETED status)
    targetGroupNoListNoTargetGroupNoListList of target group numbers
    It is valid when the health check type is set to LOADB. Determine the server status depending on the health check method and criteria of each target group.
    inAutoScalingGroupServerInstanceListNoList<InAutoScalingGroupServerInstance>List of server instances in Auto Scaling Group
    accessControlGroupNoListYesAccessControlGroupNoListList of ACG numbers applied to the server group created by scale-out
    You can apply up to 3 units.
    suspendedProcessListNoList<SuspendedProcess>List of suspended processes

    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.