Files
nexus/wiki/concepts/Nitro-System.md

53 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Nitro System"
type: concept
tags:
- AWS
- EC2
- Hardware
- Performance
last_updated: 2026-04-24
---
# Nitro System
## Definition
AWS Nitro System 是 AWS 自研的专用硬件平台,用于增强 EC2 实例的性能和效率。Nitro 通过将网络、存储和安全功能从主 CPU 卸载到专用硬件上来实现这一点。
## Aliases
- AWS Nitro
- Nitro Hypervisor
## Core Components
1. **Nitro Card**:专用硬件组件,处理网络、存储和安全功能
2. **Nitro Hypervisor**:轻量级虚拟机管理程序,几乎不占用 CPU 资源
3. **Nitro Security Chip**:专用安全芯片,提供硬件级安全保护
## Key Benefits
- **性能提升**:通过卸载 I/O 操作释放 CPU 资源用于应用计算
- **安全性增强**:硬件级信任根和安全启动
- **网络加速**:支持高达 100 Gbps 的网络吞吐量
- **存储加速**:支持 NVMe over Fabric 等高速存储协议
- **更高的性价比**:通过效率提升降低单位计算成本
## Use Cases
- 高性能计算 (HPC)
- 大数据分析
- 机器学习训练
- 高网络吞吐量工作负载
- 低延迟交易系统
## Related Concepts
- [[Graviton]]ARM 架构处理器,可与 Nitro 系统配合使用
- [[EC2-Instance-Types]]Nitro 系统支持多种 EC2 实例类型
- [[EC2-Purchase-Options]]EC2 购买选项
## Sources
- [[public-cloud-learning-sessions-best-practices-for-ec2-cost-optimization-in-aws-2]]