Files
nexus/wiki/concepts/Cloud-First-Policy.md
2026-04-29 04:03:31 +08:00

54 lines
2.3 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: "Cloud-First Policy"
type: concept
tags: [Cloud, Strategy, Policy, Governance]
sources: ["ctp-topic-53-why-bother-with-cloud"]
last_updated: 2026-05-10
---
## Definition
Cloud-First Policy云优先策略是一种组织级技术政策要求在同等条件下优先选择云解决方案而非本地部署。云优先不是简单的"必须上云",而是将云视为新工作负载的首选部署目标,同时承认某些场景下本地部署仍有合理性。
## Core Principles
1. **新工作负载默认上云**:所有新应用和服务优先考虑云部署
2. **迁移优先于新建**:新功能优先通过迁移现有工作负载实现,而非新建本地基础设施
3. **云原生服务优先**:优先使用云平台提供的托管服务(如 RDS、Lambda而非自建
4. **持续评估**:定期评估现有工作负载,确定哪些应迁移到云
## Benefits (from CTP Context)
[[ctp-topic-53-why-bother-with-cloud]] 中阐述的云优先核心价值:
- **创新赋能**:为产品团队提供安全、有韧性的平台,更快速地交付新功能
- **成本优化**:按需付费模型 + 预留实例,消除本地基础设施的固定成本
- **弹性扩展**:云平台天然支持业务高峰期的弹性伸缩
- **灾备改善**:多可用区、多区域架构提供比本地更高的可用性
- **市场拓展**:快速在新地区部署,开拓新收入机会
## Cloud-First vs Cloud-Only
| 维度 | Cloud-First | Cloud-Only |
|------|------------|------------|
| 本地部署 | 仅在有充分理由时保留 | 不允许 |
| 遗留系统 | 制定迁移路线图 | 强制迁移 |
| 混合云 | 接受作为过渡态 | 视为技术债 |
| 合规要求 | 满足即可,云或本地均可 | 仅云满足 |
## Challenges
- **数据主权**:某些数据因合规原因不能上云
- **延迟敏感**:高频交易等场景对延迟要求极高
- **成本固定**:对于稳定的高负载,本地可能更经济
- **技术债**:迁移遗留应用成本高、风险大
## Related Concepts
- [[Landing-Zone-Architecture]]:云优先策略在 AWS 的落地架构
- [[Urban-Sprawl]]:云优先是对抗数据中心蔓延的战略
## Related Sources
- [[ctp-topic-53-why-bother-with-cloud]] — 云优先作为 CTP 核心战略