Instance

An instance is a virtual server in the cloud that includes basic components such as vCPUs, memory, an operating system (OS), network configurations, and volumes. You can use management tools provided by VNG Cloud such as the Portal and API to create and manage vServer instances. You can also resize the capabilities (such as compute and storage capabilities) of your instances as your requirements change.

Basic configurations for instance

You can launch different types of instances from a single Image. An instance type essentially determines the hardware of the host computer used for your instance. Each instance type offers different compute and memory capabilities. Select an instance type based on the amount of memory and computing power that you need for the application or software that you plan to run on the instance.

Images contain the required information necessary to run ECS instances, such as OSs and initialization data of applications. VNG Cloud provides ready-to-use OS images for Windows Server and several Linux OSs. You can also create or import your own custom images to save time in making repeated configurations. In addition, image providers provide images pre-installed with a variety of runtime environments and software applications in Marketplace. VNG Cloud Marketplace images are suitable for specific scenarios such as website building, application development, and visualized management. You can conveniently select Marketplace images based on their purpose.

Instances use their attached boot volume and data volumes for storage. Each instance must have a boot volume attached. The first time the instance starts, the OS is installed and instance configurations are initialized based on the image on the boot volume. If you want your instances to have more storage space, you can resize their attached volumes or attach more volumes after the instances are created.

Business data is an important asset. To ensure that your data remains available, we recommend that you back up your data on a regular basis. You can create snapshots of volumes to back up data.

In addition to these basic configurations, you can customize VPC network configurations, security groups, OS configurations, and custom configurations for instances.

Last updated