


How to create a new empty cloud disk separately on the ECS console
This article introduces how to create a new empty cloud disk separately on the ECS console, and focuses on the specific operation steps.
Create cloud disk
You can create a cloud disk separately through the console or API interface to increase the storage space of the system. This article describes how to create a new empty cloud disk separately on the ECS console.
Notes
Before creating a cloud disk, you need to know the following information:
The cloud created in this way Disks can only be billed in a pay-as-you-go manner, and can only be used as data disks.
Note
You can create a cloud disk as a data disk when creating an ECS instance. The cloud disk created in this way is billed in the same way as the instance.
You can create a new empty cloud disk or use a snapshot to create a cloud disk.
The limit of pay-as-you-go cloud disks created as data disks for each account in all regions = the number of pay-as-you-go instances for this account in all regions * 5. See Usage Restrictions for details.
Currently, cloud server ECS does not support merging multiple cloud disks. After a cloud disk is created, each cloud disk is an independent entity, and multiple cloud disk spaces cannot be merged together through formatting. It is recommended that you plan the number and capacity of cloud disks in advance.
It is not recommended to create logical volumes such as LVM (Logical Volume Manager) for multiple cloud disks that have been created. Because snapshots can only be created for each independent cloud disk, after using LVM, data differences will occur when rolling back the cloud disk using snapshots.
After creation, you can convert the billing method of the cloud disk:
If the cloud disk is mounted on a prepaid instance, upgrade the configuration of the prepaid instance to convert the pay-as-you-go cloud disk to Prepaid cloud storage.
If the cloud disk is mounted on a pay-as-you-go instance, convert the pay-as-you-go cloud disk to a prepaid cloud disk through Pay-As-You-Go to Prepaid.
For cloud disks created in this way, as long as the billing method is not converted, you can uninstall the cloud disk and release the cloud disk at any time.
Prerequisites
Before creating a cloud disk, you must confirm the following information:
Your account balance must not be less than 100 yuan or equivalent voucher or coupon. Because cloud disks created separately adopt a pay-as-you-go method.
The region and availability zone where the instance to which the cloud disk needs to be mounted is located. When mounting a cloud disk, the instance and the cloud disk must be in the same region and availability zone.
Whether the cloud disk needs to be encrypted. For more information, see ECS Disk Encryption.
Operation steps
Log in to the ECS management console.
In the left navigation bar, click Storage > Cloud Disk.
In the upper right corner of the Disk List page, click Create Cloud Disk to enter the Create page.
Select a region and availability zone.
Note
When mounting a cloud disk, the instance and the cloud disk must be in the same region and availability zone.
Select the type and size of the cloud disk, confirm whether to encrypt it, and set the purchase amount. You can also choose to create a cloud disk from a snapshot.
Confirm the current configuration and configuration fee.
Click Buy Now and follow the page guidance to complete creation.
After the creation is successful, return to the disk list page and refresh the list. You can see the newly created cloud disk and the disk status is displayed as To be mounted.
Follow-up operations
Mount cloud disk
Related API
Create a cloud disk separately: CreateDisk
Create a cloud disk together with an instance: RunInstances or CreateInstance
The above is the detailed content of How to create a new empty cloud disk separately on the ECS console. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

VS Code system requirements: Operating system: Windows 10 and above, macOS 10.12 and above, Linux distribution processor: minimum 1.6 GHz, recommended 2.0 GHz and above memory: minimum 512 MB, recommended 4 GB and above storage space: minimum 250 MB, recommended 1 GB and above other requirements: stable network connection, Xorg/Wayland (Linux)

Although Notepad cannot run Java code directly, it can be achieved by using other tools: using the command line compiler (javac) to generate a bytecode file (filename.class). Use the Java interpreter (java) to interpret bytecode, execute the code, and output the result.

The reasons for the installation of VS Code extensions may be: network instability, insufficient permissions, system compatibility issues, VS Code version is too old, antivirus software or firewall interference. By checking network connections, permissions, log files, updating VS Code, disabling security software, and restarting VS Code or computers, you can gradually troubleshoot and resolve issues.

To view the Git repository address, perform the following steps: 1. Open the command line and navigate to the repository directory; 2. Run the "git remote -v" command; 3. View the repository name in the output and its corresponding address.

vscode built-in terminal is a development tool that allows running commands and scripts within the editor to simplify the development process. How to use vscode terminal: Open the terminal with the shortcut key (Ctrl/Cmd). Enter a command or run the script. Use hotkeys (such as Ctrl L to clear the terminal). Change the working directory (such as the cd command). Advanced features include debug mode, automatic code snippet completion, and interactive command history.

VS Code is available on Mac. It has powerful extensions, Git integration, terminal and debugger, and also offers a wealth of setup options. However, for particularly large projects or highly professional development, VS Code may have performance or functional limitations.

Writing code in Visual Studio Code (VSCode) is simple and easy to use. Just install VSCode, create a project, select a language, create a file, write code, save and run it. The advantages of VSCode include cross-platform, free and open source, powerful features, rich extensions, and lightweight and fast.
