# 快照计费

## 前提条件

* 快照资源均为 **按量计费** 资源，按小时计费，最少按 1 小时收费。请先参考 [**通用计费规则**](https://docs.console.zenlayer.com/welcome/cn/pricing/general-pricing-rules) 和 [**通用生命周期规则**](https://docs.console.zenlayer.com/welcome/cn/pricing/general-lifecycle-rules)，了解按量计费资源的基本计费方式。
* 快照目前包含以下计费项：存储空间。

## 计费项

快照服务的基础计费项为 **快照容量**，即快照实际占用的存储空间大小。

## 计费方式

* 快照服务默认采用 **按量计费**，系统会根据实际使用量按小时计费。
* 费用基于快照实际占用的存储空间计算。

## 区域级别计费

快照计费按 **存储** 和 **地域** 进行。每个区域生成一个快照订单，该区域内的所有快照容量都会累计到该订单中。

* 快照计费在区域级别聚合。
* 在某区域首次创建快照时，系统会生成该区域的快照订单。
* 在同一区域再次创建快照时，不会生成新的订单，其存储用量会累计到该区域已有的快照订单中。
* 不同区域独立计费，分别生成快照订单。

## 计费示例

假设你在 `asia-southeast-1 (香港)` 和 `europe-central-1 (法兰克福)` 分别创建 4 次快照，

* `asia-southeast-1 (香港)` 单价为： `$0.1`/GB/月（按小时结算）
* `europe-central-1 (法兰克福)` 单价为： `$0.2`/GB/月（按小时结算）

你的快照订单情况如下：

<table><thead><tr><th width="78.17047119140625">步骤</th><th width="100.73785400390625">区域</th><th width="104.18817138671875">磁盘大小</th><th width="104.8153076171875">快照操作</th><th width="113.5072021484375">订单情况</th><th width="222.8544921875">计费说明</th></tr></thead><tbody><tr><td>1</td><td>asia-southeast-1 (香港)</td><td>50 GB</td><td>创建磁盘 A 的快照</td><td>生成 “asia-southeast-1 (香港) 订单”</td><td><p>按 50 GB 快照容量计费，使用 1 个月，即：</p><p><code>$0.1</code> × 50 × 1 = <code>$5</code></p></td></tr><tr><td>2</td><td>asia-southeast-1 (香港)</td><td>100 GB</td><td>1 个月后，创建磁盘 B 的快照</td><td>不再生成新订单</td><td><p>累加到 “asia-southeast-1 (香港) 订单”，总计 150 GB，再使用 1 个月后，即：</p><p><code>$0.1</code> × 50 × 2 + <code>$0.1</code> × 100 × 1 = <code>$20</code></p></td></tr><tr><td>3</td><td>europe-central-1 (法兰克福)</td><td>200 GB</td><td>1 个月后，创建磁盘 C 的快照</td><td>生成 “europe-central-1 (法兰克福) 订单”</td><td>按 200 GB 快照容量计费，再使用 1 个月后，即：<br><strong>香港</strong>：<code>$0.1</code> × 50 × 3 + <code>$0.1</code> × 100 × 2= <code>$35</code><br><strong>法兰克福</strong>：<code>$0.2</code> × 200 × 1 = <code>$40</code><br><strong>合计</strong>：<code>$35</code> + <code>$40</code> = <code>$75</code></td></tr><tr><td>4</td><td>europe-central-1 (法兰克福)</td><td>50 GB</td><td>1 个月后，创建磁盘 D 的快照</td><td>不再生成新订单</td><td>累加到 “europe-central-1 (法兰克福) 订单”，总计 250 GB，再使用 1 个月后，即：<br><strong>香港</strong>：<code>$0.1</code> × 50 × 4 + <code>$0.1</code> × 100 × 3= <code>$50</code><br><strong>法兰克福</strong>：<code>$0.2</code> × 200 × 2 + <code>$0.2</code> × 50 × 1 = <code>$90</code><br><strong>合计</strong>：<code>$50</code> + <code>$90</code> = <code>$140</code></td></tr></tbody></table>
