1.8 KiB
1.8 KiB
title, type, tags, sources, last_updated
| title | type | tags | sources | last_updated | |||||
|---|---|---|---|---|---|---|---|---|---|
| Virtual Desktop Infrastructure | concept |
|
|
2026-05-11 |
Virtual Desktop Infrastructure(虚拟桌面基础设施)
虚拟桌面基础设施(Virtual Desktop Infrastructure,VDI)是通过虚拟化技术在云端交付桌面环境的解决方案。用户通过客户端设备连接到托管在数据中心的虚拟桌面,实现集中化管理、安全控制和随时随地访问。
VDI in AWS Context
AWS 通过以下服务提供 VDI 能力:
| AWS 服务 | VDI 模式 | 说明 |
|---|---|---|
| Amazon-Workspaces | 全托管 VDI | AWS 完全管理,适合知识工作者 |
| Workspace-Core | API 访问 VDI | 提供 Workspaces VDI 基础设施 API,允许第三方 VDI 接入 |
| AppStream-2 | 应用流(非传统 VDI) | 流式应用而非完整桌面 |
Key Concepts
持久性模型
- Persistent VDI:用户状态、应用设置在会话之间保留
- Non-persistent VDI:每次登录获得全新环境,适合共享池/临时场景
协议
- WSP(Workspaces Streaming Protocol):AWS 专用,专为高延迟网络优化
- 其他通用 VDI 协议:PCoIP、Blast(VMware)、RDP
安全考量
- 数据不存储在端点设备(保护 IP 和敏感数据)
- 集中策略执行(MFA、设备认证、SAML)
- VPC 隔离
Related Concepts
- AWS-End-User-Computing — AWS VDI 服务组合
- Amazon-Workspaces — AWS 全托管 VDI
- Disaster-Recovery — VDI DR 策略(跨区域部署)