> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/cn/virtual-machine/overview/virtual-machine-instance.md).

# 虚拟机实例

## 介绍

虚拟机实例 (VM 实例) 是基础设施即服务 (IaaS) 云服务的一部分，提供高性能、稳健且可扩展的计算能力。通过使用 Zenlayer 虚拟机实例，您可以以便捷灵活的方式在全球范围内部署计算节点。\
\
一个 VM 实例包括 CPU、内存、操作系统、网卡、磁盘等组成部分。用户对实例拥有完全控制权。VM 实例还包含功能模块：

* **虚拟弹性磁盘**：一种高性能低延迟的块存储服务，为数据存储提供分布式数据磁盘。详情请参见 [虚拟弹性磁盘简介](/welcome/cn/virtual-machine/overview/virtual-elastic-disk.md)。
* **安全组**：安全组是一个虚拟防火墙，用于控制 VM 实例的入站和出站流量，以增强安全性。详情请参见 [安全组简介](/welcome/cn/virtual-machine/overview/security-group.md)。
* **VPC**：VPC（虚拟私有云）是云上的私有网络，完全隔离。您可以自定义私有地址范围并划分子网。详情请参见 [VPC 简介](/welcome/cn/virtual-machine/overview/vpc.md)。

## **部署建议**

在创建 VM 实例之前，建议您考虑以下因素。

### **地域**

地域指的是 Zenlayer 的数据中心，决定了您的 VM 实例所在地。一旦实例成功创建，您将无法更改地域。您可以根据用户地域、Zenlayer 服务可用性以及应用可用性需求等因素选择地域。请参见 [可用地域](/welcome/cn/virtual-machine/overview/models-zones-and-operating-system.md#available-locations) 了解支持的地域。

### **网络**

创建 VM 实例时，您可以自定义私有网络 IP 和子网，以实现不同系统的高度隔离，或私有网络与公网的隔离。详情请参见 [VPC 与子网规划](/welcome/cn/virtual-machine/overview/vpc-and-subnet-planning.md)。

### 安全

您可以免费使用安全组来控制实例的入站和出站策略以及端口监听状态。详情请参见 [安全组简介](/welcome/cn/virtual-machine/overview/security-group.md)。

*注意：每个地域的可用型号因库存而异。*

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

<mark style="color:blue;">每个地域的可用型号因库存而异。</mark>
{% endhint %}

***

## **限制**

一个账户（团队）最多可以创建 999 个预付费虚拟机实例和 20 个后付费实例。如需增加限额，请提交支持工单或联系您的销售代表。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/cn/virtual-machine/overview/virtual-machine-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
