Creating an AS Configuration from an Existing ECS Instance

Scenarios

You can use an existing ECS instance to rapidly create an AS configuration. In such a case, the parameter settings, such as the ECS type, vCPUs, memory, image, and disk settings (including size, type, encryption, and key) in the AS configuration are the same as those of the selected instance by default.

Procedure

  1. Log in to the management console.

  2. Click image1 in the upper left corner to select a region and a project.

  3. Under Computing, click Auto Scaling. In the navigation pane on the left, choose Instance Scaling.

  4. Click Create AS Configuration.

  5. Set the parameters for the AS configuration. Table 1 lists the AS configuration parameters.

    Table 1 AS configuration parameters

    Parameter

    Description

    Example Value

    Region

    A region is where an AS configuration resides.

    N/A

    Name

    Specifies the name of an AS configuration.

    N/A

    Configuration Template

    Choose Use specifications of an existing ECS > Select ECS.

    In such a case, the parameter settings, such as the ECS type, vCPUs, memory, image, and disk settings (including size, type, encryption, and key) in the AS configuration are the same as those of the selected instance by default.

    Use specifications of an existing ECS

    EIP

    An EIP is a static public IP address bound to an ECS in a VPC. Using the EIP, the ECS provides services externally.

    The following options are provided:

    • Do not use

      An ECS without an EIP cannot access the Internet. However, it can still be used as a service ECS or deployed in a cluster on a private network.

    • Automatically assign

      An EIP with a dedicated bandwidth is automatically assigned to each ECS. The bandwidth size is configurable.

    Automatically assign

    Key Pair

    A key pair is used for ECS login authentication. If you select this mode, create or import a key pair on the Key Pair page.

    Note

    If you use an existing key, make sure that you have saved the key file locally. Without the key, you will not be able to log in to your instance.

    N/A

    Advanced Settings

    This allows you to configure User Data.

    You can select Do not configure or Configure now.

    N/A

    User Data

    Enables an ECS to automatically inject user data when the ECS starts for the first time. This configuration is optional. If this function is enabled, the ECS automatically injects user data during its first startup.

    For details, see Elastic Cloud Server User Guide.

    The following two methods are available:

    • As text: allows you to enter the user data in the text box below.

    • As file: allows you to inject a script or other files when you create an ECS instance.

      Note

      • For Linux, if you use password authentication, this function is not supported.

      • If the selected image does not support user data injection, this function is not supported.

    N/A

  6. Click Create Now.

  7. If you want to use the newly created AS configuration, add it to the AS group. For details, see Changing the AS Configuration for an AS Group.