Files
nexus/wiki/entities/Public-Cloud-Provider.md
2026-04-22 04:03:04 +08:00

70 lines
2.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: Public Cloud Provider
type: entity
tags: [cloud, infrastructure, provider]
date: 2026-04-19
---
# Public Cloud Provider
**Public Cloud Provider** 是指向多个组织和用户提供共享云计算资源计算、存储、网络、应用的第三方服务商。用户通过互联网按需访问这些资源按使用量付费Pay-as-you-go
## Definition
第三方云服务商拥有并运营大规模数据中心通过多租户Multi-Tenancy架构向公众或企业客户提供云服务。提供商负责基础设施的构建、维护、更新和安全。
## Major Providers
- [[AWS]] — Amazon Web Services市场份额领先
- [[Azure]] — Microsoft Azure企业市场优势
- [[Google-Cloud]] — Google Cloud Platform技术创新领先
- [[Cloud-Computing]] ecosystem
## Key Characteristics
- **多租户架构**:多个用户共享底层物理资源,通过虚拟化实现隔离
- **按需付费**:无前期资本投入,按实际使用量计费
- **高弹性扩展**:根据需求快速扩缩资源
- **全球化覆盖**:跨多个地理区域和可用区部署
- **托管运维**:供应商负责硬件维护、安全更新和可用性管理
## Services Offered
| 层级 | 服务类型 | 示例 |
|------|---------|------|
| IaaS | 基础设施 | EC2, Azure VMs, GCE |
| PaaS | 平台服务 | AWS Lambda, Azure App Service, Cloud Run |
| SaaS | 软件服务 | Office 365, Salesforce, Google Workspace |
## Advantages (from Public Cloud perspective)
- 无前期 CapEx 投入
- 全球可达、有网络即可访问
- 高技术敏捷性,弹性应对突发负载
- 使用最新、最优配置的基础设施
- 业务聚焦,减少内部 IT 复杂度
- 远程协作友好
- 快速灾难恢复(多地备份)
## Limitations & Risks
- 大规模使用时 TCO 可能指数增长
- 多租户共享带来的安全顾虑
- 合规需求可能无法完全满足
- 对供应商的技术控制有限
- 跨供应商迁移复杂、代价高Vendor Lock-In
## Related Concepts
- [[Public Cloud]] — 部署模式
- [[Private Cloud]] — 对比模式
- [[Hybrid Cloud]] — 公私结合
- [[Multi-Cloud-Strategy]] — 多供应商策略
- [[Vendor-Lock-In]] — 供应商锁定风险
- [[Shared-Responsibility-Model]] — 责任分担框架
- [[Pay-as-you-go]] — 定价模型
## Sources
- [[Public vs Private vs Hybrid Cloud Differences Explained|sources/public-vs-private-vs-hybrid-cloud-differences-explained]]