The Elastic Compute Service (ECS) console provides a wizard for creating instances. This wizard lists all configuration information used to create an instance and guides you through creating an instance.
Preparations
- Create an Alibaba Cloud account and complete account information.
- Create an Alibaba Cloud account. For more information, see Sign up with Alibaba Cloud.
- Complete real-name verification before you purchase ECS instances in the Chinese mainland. For more information, see Real-name registration FAQs.
- Go to the Custom Launch tab of the instance buy page in the ECS console.
Step 1: Complete the settings in the Basic Configurations step
In the Basic Configurations step, you can configure the basic parameters and resources that are required to purchase an instance. The basic parameters include Billing Method, Region, and Zone. The basic resources include the instance type, image, and storage. After you complete the settings in the Basic Configurations step, click Next.
- Select a billing method. Different billing and charging rules apply to the instance based on the selected billing method. The state changes of instance resources also vary based on the billing method.
Billing method Description References Subscription A billing method that requires you to pay for resources before you use them.. Subscription Pay-as-you-go A billing method that allows you to use resources first and pay for them afterward. The billing cycles of pay-as-you-go instances are accurate to the second. You can purchase and release instances on demand. Note We recommend that you use the pay-as-you-go billing method together with savings plans and reserved instances to reduce costs.Preemptible Instance A billing method that allows you to use resources first and pay for them afterward. You can place a bid for spare ECS capacity to create preemptible instances at discounts compared with pay-as-you-go instance pricing. Preemptible instances may be automatically released due to fluctuations in market price or insufficient resources of instance types. Preemptible instances - Select a region and a zone. Select a region that is close to your geographical location to reduce latency. After an instance is created, the region and the zone of the instance cannot be changed. For more information, see Regions and zones.
- Select an instance type and complete the relevant configurations.
- Select an image. Images contain the information required to run instances. Alibaba Cloud provides a variety of image types for easy access to images. The following table describes the image types.
Image type Description References Public image Public images are base images provided by Alibaba Cloud that are fully licensed. These images include Windows Server operating system images and mainstream Linux operating system images. Overview Custom image You can create or import custom images. Custom images contain initial system environments, application environments, and software configurations. This eliminates the need for repeated manual configurations. Overview Shared image Shared images are custom images shared by other Alibaba Cloud accounts. You can use the images shared to you to create instances. Share a custom image Alibaba Cloud market mirror image An extensive range of images are provided in Alibaba Cloud Marketplace. Alibaba Cloud market mirror images are thoroughly reviewed by Alibaba Cloud and can be used to create instances for website building and application development purposes without additional configurations. Alibaba Cloud market mirror images Community image Community images are publicly available. Custom images can be published as community images for other users to obtain and use. Overview - Complete storage settings. ECS instances provide storage capabilities based on the system disks, data disks, and Apsara File Storage NAS file systems that are attached to the instances. ECS provides cloud and local disks to meet the storage requirements of different scenarios.Cloud disks including ESSDs, standard SSDs, and ultra disks and can be used as system disks or data disks. For more information, see Disks.Note A cloud disk that is created along with an instance uses the same billing method as the instance.Local disks can be used only as data disks. For instance families equipped with local disks (such as instance families with local SSDs and big data instance families), the information of the local disks is displayed. For more information, see Local disks.Note Local disks cannot be attached to instances on your own.
- Optional:Configure the snapshot service. You can use automatic snapshot policies to periodically create snapshots to back up disk data and prevent risks such as accidental data deletion.
Select an existing automatic snapshot policy or click Create Automatic Snapshot Policy to create an automatic snapshot policy on the Snapshots page. For more information, see Create an automatic snapshot policy. After an automatic snapshot policy is created, go back to the ECS instance creation wizard and click the
icon to query the automatic snapshot policy list.
Step 2: Complete the settings in the Networking step
You can make network and security group configurations to allow the instance to communicate with the Internet and other Alibaba Cloud resources and safeguard the instance on the network. After you complete the settings in the Networking step, click Next.
- Select a network type. We recommend that you select VPC. Virtual private clouds (VPCs) are physically isolated from each other to ensure security and support features or services such as Elastic IP Address (EIP) and ENI.
Network type Description References VPC A VPC is an isolated network dedicated for your use. You have full control over your VPC. For example, you can specify a private CIDR block and configure route tables and gateways for the VPC. If you have not created a VPC in the region selected in the Basic Configurations step, you can skip this step. The system creates a default VPC and vSwitch in that region.
Select an existing VPC and an existing vSwitch. Alternatively, click go to the VPC console to create a VPC and a vSwitch in the VPC console. After the VPC and the vSwitch are created, go back to the ECS instance creation wizard and click the
icon to query the VPC and vSwitch lists.
Classic Network Instances of the classic network type are deployed in the public infrastructure of Alibaba Cloud, and are planned and managed by Alibaba Cloud. Note If you purchase an ECS instance for the first time after 12:00 on June 16, 2016 (UTC+8), you can no longer select this network type.Network types - Optional:Assign a public IP address to the instance. To enable the instance to access the Internet, you must assign a public IP address to the instance. You can select Assign Public IPv4 Address when you create an instance to have a public IP address automatically assigned to the instance. Alternatively, you can configure an EIP or a NAT gateway after an instance is created to provide Internet access for the instance. You can purchase EIPs and NAT gateways on your own. For more information, see What is EIP? and What is NAT Gateway?.
- Select security groups. A security group is a virtual firewall that is used to control the inbound and outbound traffic of instances in the security group. For more information, see Overview.
If you do not want to configure security group-related parameters when you create an instance, you can skip the step. The system creates a default security group. The default security group allows inbound traffic over SSH port 22, Remote Desktop Protocol (RDP) port 3389, and Internet Control Message Protocol (ICMP). You can modify the security group configurations after the security group is created.
- Configure ENIs. ENIs are classified into primary ENIs and secondary ENIs. Primary ENIs cannot be unbound from instances. They cannot be created or released independently of the instances to which they are bound. Secondary ENIs can be bound to or unbound from instances to allow traffic to be switched between instances. To create a secondary ENI when you create an instance, click the
icon and select a vSwitch to which to connect the secondary ENI.
Note You can bind only one secondary ENI when you create an instance. Alternatively, you can create secondary ENIs and bind them to an instance after the instance is created. For more information about the number of ENIs that can be bound to an instance of each instance type, see Overview of instance families.
Step 3: (Optional) Complete the settings in the System Configurations (Optional) step
In the System Configurations step, you can configure parameters to customize what instance information to display in the ECS console and in the operating system or how to use the instance. For example, you can configure the Logon Credentials, Host, and User Data parameters. After you complete the settings in the System Configurations (Optional) step, click Next.
- Configure logon credentials. Logon credentials are used to log on to the instance. For information about how to connect to an instance, see Connection methods .
Logon credential Description Key Pair Note Key pairs can be used to log on to only Linux instances.Select a username to use to log on to the instance. Then, select an existing key pair or click Create Key Pair to create a key pair. After a key pair is created, go back to the ECS instance creation wizard and click the icon to query the key pair list. For more information, see Create an SSH key pair.
Logon Username can be set to root or ecs-user.Warning If you log on to the instance as the root user, you have the highest permissions on the instance. However, security risks may arise. We recommend that you use ecs-user instead to log on to the instance.Inherit Password From Image Note Only custom images and shared images support this authentication method.You can select this option to use the password preset in the selected image for logons to the instance. If you want to select this option, make sure that your selected image has a password preset. Password Enter and confirm a password. Then, set Logon Username. - For Linux instances, set Logon Username to root or ecs-user. Warning If you log on to the instance as the root user, you have the highest permissions on the instance. However, security risks may arise. We recommend that you use ecs-user instead to log on to the instance.
- For Windows instances, a default value of administrator is used for Logon Username.
Set Later After the instance is created, bind the key pair or reset the instance password. For more information, see Bind an SSH key pair to an instance and Reset the logon password of an instance. - For Linux instances, set Logon Username to root or ecs-user.
- Specify the instance name and description that you want to display in the ECS console. Specify the hostname that can be obtained from within the operating system. Configure whether to append incremental suffixes to the instance name and hostname. If you want to create multiple instances, you can set sequential instance names and hostnames to facilitate management. For more information about how to configure sequential instance names and hostnames, see Batch configure sequential names or hostnames for multiple instances.
- Configure advanced options.
Step 4: (Optional) Complete the settings in the Grouping (Optional) step
In the Grouping (Optional) step, you can configure parameters such as Tags and Resource Group for easy search and management. After you complete the settings in the Grouping (Optional) step, click Next.
- Add tags. Each tag consists of a key and a value. You can add tags to resources that have identical characteristics, such as resources that belong to the same organization and resources that serve the same purpose. You can use tags to search for and manage resources in an efficient manner. For more information, see Overview.
Select an existing tag, or enter a key and a value to create a tag.
- Select a resource group from the Resource Group drop-down list. Resource groups allow you to manage resources across regions or across services based on your business requirements and manage the permissions of resource groups. For more information, see Resource groups.
Select an existing resource group, or click click here to create a resource group on the Resource Group page. After a resource group is created, go back to the ECS instance creation wizard and click the
icon to query the resource group list. For more information, see Create a resource group.
- Select a deployment set. Deployment sets support the high availability strategy. After you apply the high availability strategy to a deployment set, all the instances in the deployment set are distributed across different physical servers to ensure business availability and implement underlying disaster recovery.
Select an existing deployment set or click manage the deployment set to create a deployment set. After a deployment set is created, go back to the ECS instance creation wizard and click the
icon to query the deployment set list. For more information, see Create a deployment set.
- Select a dedicated host. A dedicated host is a cloud host whose physical resources are exclusively reserved for a single tenant. Dedicated hosts meet strict security compliance requirements and support bring your own license (BYOL) when you migrate services to Alibaba Cloud.
Select an existing dedicated host or click create a DDH to create a dedicated host. After the dedicated host is created, go back to the ECS instance creation wizard and click the
icon to query the dedicated host list. For more information, see Create a dedicated host.
- Select a private pool. After an elasticity assurance or a capacity reservation is created, the system generates a private pool to reserve resources for a specific number of instances that have specific attributes. During the validity period of the elasticity assurance or capacity reservation, you always have access to the resources reserved in the private pool when you want to create instances. For more information, see Overview.Note Only pay-as-you-go instances can be created from the resources reserved by elasticity assurances or capacity reservations.
Private pool Description Open The capacity in open private pools takes priority over the capacity in the public pool. If no capacity is available in private pools, the system attempts to use the capacity in the public pool. None The capacity in private pools is not used. Targeted The capacity in a specified or open private pool is used to create instances. If no capacity is available in the specified private pool, the instances cannot be created.
Step 5: Confirm the order
Before the instance is created, make sure that the selected configurations such as the use duration meet your requirements.
- Check the selected configurations. To modify the configurations in a step, click the
icon to go to the step. You can save the selected configurations as a template. Then, you can use the template to create instances that have similar configurations. The following table describes the buttons that can be used to save the configurations as a template.
Button Description References Save as Launch Template Saves the configurations as a launch template. Then, you can create instances from this launch template without making these configurations again. Create an instance by using a launch template View Open API Generates the API best-practice workflow and SDK examples for your reference. Save as ROS Template Saves the configurations as a Resource Orchestration Service (ROS) template. Then, you can create stacks from this template in the ROS console to provision resources in a quick manner. Create a stack - Configure the use duration of the instance.
- For a pay-as-you-go instance, set an automatic release time for the instance. You can also manually release the instance or set an automatic release time for the instance after it is created. For more information, see Release an instance.
- For a subscription instance, set Duration and optionally select Enable Auto-renewal. You can also manually renew the instance or enable auto-renewal for the instance after it is created. For more information, see Renewal overview.
- Read ECS Terms of Service and Product Terms of Service. If you agree to them, select ECS Terms of Service and Product Terms of Service.
- View the total fees of the instance in the lower part of the page. Confirm the configurations of the instance and complete the payment.
Result
After the instance is created, go to the Instances page to check the state of the instance. When the state of the instance changes to Running, the instance can be accessed.What to do next
- You can connect to an instance to format its data disks. You can connect to instances by using Workbench, Virtual Network Computing (VNC), or third-party client tools. For more information about how to connect to instances by using VNC, see Connect to a Linux instance by using a password and Connect to a Windows instance by using a password.
- If you add data disks when you create instances, you must partition and format the data disks before you can use them. For more information, see Initialize a data disk whose size does not exceed 2 TiB on a Linux instance and Initialize a data disk up to 2 TiB in size on a Windows instance.
- You can build an FTP site on an ECS instance to upload local files to the instance. For more information about how to deploy the FTP service, see Manually build an FTP site on a CentOS 8 instance and Manually build an FTP site on a Windows instance.