Files
nexus/wiki/sources/ctp-topic-46-netapps-on-aws.md
2026-04-18 20:02:44 +08:00

74 lines
3.0 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: "CTP Topic 46 NetApps on AWS"
type: source
tags:
- NetApp
- AWS
- Storage
- CTP
date: 2026-04-14
---
## Source File
- [[raw/Cloud & DevOps/Public-Cloud-Learning-Sessions/01_AWS-Landing-Zone/ctp-topic-46-netapps-on-aws.md]]
## Summary
- **核心主题**NetApp on AWSCloud Volume ONTAP - CVO的架构、部署、数据分层、安全、备份与灾难恢复
- **问题域**:传统 NetApp 存储系统云端部署、数据迁移、企业级存储方案
- **方法/机制**
- CVO软件定义的存储设备运行在 EC2 实例上
- 数据分层EBS 存放活跃数据S3 存放非活跃数据30天以上
- 备份恢复SnapMirror块级复制、SnapVault、Snapshot
- 加密AWS KMS 或 NetApp 自带加密256位
- **结论/价值**NetApp on AWS 提供企业级混合云存储方案,支持从本地数据中心无缝迁移
## Key Claims
- CVO 作为纯软件定义存储,运行在 EC2 实例上,支持单节点或 HA 对部署
- 数据分层机制:活跃数据存 EBS非活跃数据超过 30 天)自动迁移至 S3
- SnapMirror 支持块级复制,保持 Deduplication 和压缩,数据传输高效
- 支持多协议NFS、SMB、CIFS、iSCSI、FC
- 当前生产环境约 15 个 NetApp 集群,存储约 1.3 PB 数据
## Key Quotes
> "NetApp on AWS (CVO) is a software-only storage appliance hosted on EC2 instances, functioning as nodes. It can be a single node or HA pair, utilizing a mediator instance to aid during takeover and give back processes." — 培训讲师 Sandeep 和 Yael
> "Data inactive for 30 days or more is automatically moved to S3 and pulled back to EBS when accessed." — 数据分层机制
## Key Concepts
- [[Cloud Volume ONTAP]]AWS 上的 NetApp 存储解决方案,纯软件定义
- [[EBS]]AWS 块存储CVO 的物理存储后端GP3、GP2、IO1、IO2、ST1 卷类型)
- [[S3]]:用于存储非活跃数据的对象存储,与 EBS 数据分层配合
- [[SnapMirror]]NetApp 块级复制工具,用于数据中心到 AWS 的数据迁移
- [[Snapshot]]:卷的点-in-time 只读快照,只存储指针,最小化存储空间占用
## Key Entities
- [[AWS]]公有云平台CVO 部署的目标云
- [[NetApp]]存储解决方案供应商CVO 产品提供方
- [[EBS]]AWS Elastic Block StoreCVO 使用的块存储服务
- [[S3]]Simple Storage ServiceCVO 数据分层的目标存储
## Connections
- [[CTP Topic 44 AWS Backup in Micro Focus]] ← uses_similar_pattern ← [[ctp-topic-46-netapps-on-aws]]
- [[ctp-topic-46-netapps-on-aws]] → relies_on → [[EBS]]
- [[ctp-topic-46-netapps-on-aws]] → uses_for_tiering → [[S3]]
## Contradictions
- 当前无冲突
## Migration Tools
| Tool | Use Case | Protocol |
|------|----------|----------|
| SnapMirror | 块级复制,保持 Dedeup/压缩 | NetApp to NetApp |
| NetApp XCP | 文件级复制,多会话并发 | NFS/SMB |
| NetApp Cloud Sync | 同步到 S3/EFS | 文件级 |
| AWS DataSync | 迁移到 EFS/S3 | 文件级 |
| Silver Peak | WAN 优化 | 压缩流量 |