Auto-sync: 2026-04-28 20:03

This commit is contained in:
2026-04-28 20:03:11 +08:00
parent c51cc4c58b
commit f71229f0c3
94 changed files with 2752 additions and 1295 deletions

View File

@@ -0,0 +1,28 @@
---
title: "GP3 EBS Storage"
type: concept
tags: ["AWS", "Storage", "EBS", "Block-Storage"]
sources: ["learning-sessions-standard-amis-updates-20231205-160324-meeting-recording-2"]
last_updated: 2026-05-08
---
## Definition
GP3 EBS Storage第三代通用型 SSD是 AWS EBS 的存储类型Micro Focus AWS Landing Zone 标准 AMI 默认采用。GP3 提供一致的 3,000 IOPS 基础性能和 125 MiB/s 吞吐量,可独立扩展存储性能和成本。
## Key Characteristics
- **性能**:可独立配置 IOPS最高 16,000和吞吐量
- **成本**:比 GP2 降低约 20% 成本
- **基准性能**3,000 IOPS + 125 MiB/s包含在价格中
- **最大性能**16,000 IOPS + 1,000 MiB/s
## GP2 vs GP3 Comparison
| 特性 | GP2 | GP3 |
|------|-----|-----|
| 容量范围 | 1 GiB - 16 TiB | 1 GiB - 16 TiB |
| IOPS | 3,000 - 16,000 | 3,000 - 16,000独立配置 |
| 吞吐量 | 与容量耦合 | 125 - 1,000 MiB/s独立配置 |
| 成本 | 较高 | 较低 |
## Connections
- [[Amazon-Machine-Image]] — GP3 是标准 AMI 的默认存储配置
- [[AWS-Landing-Zone]] — 标准化的 GP3 配置是 LZ 存储策略的一部分