Files
nexus/wiki/concepts/Public-Cloud.md
2026-04-16 17:30:41 +08:00

51 lines
1.6 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"
type: concept
tags: [Cloud, Deployment-Model]
sources: [Public-vs-Private-vs-Hybrid-Cloud-Differences-Explained]
last_updated: 2025-06-18
---
## Summary
Public Cloud公有云是由第三方提供商通过互联网共享交付的云计算模式多个用户共享同一基础设施。
## Definition
公有云是由第三方服务提供商(如 AWS、Azure、Google Cloud通过互联网向公众提供计算资源服务器、存储、应用程序的云计算部署模式。用户按需付费无需前期资本投资。
## Key Characteristics
- 资源共享:多个租户共享同一基础设施
- 高弹性:可根据需求快速扩展或收缩资源
- 低成本:无前期投资,按使用量付费
- 快速部署:可在几分钟内启动服务
- 由提供商负责基础设施管理
## Advantages
- 无需资本投资
- 可从任何有网络的地方访问
- 技术敏捷性高
- 专业管理和维护
- 支持远程协作
- 成本可预测(按需计费)
- 快速灾难恢复
## Limitations
- 安全性较低(共享环境)
- 对关键工作负载控制有限
- 大规模使用可能导致成本上升
- 供应商依赖风险
- 合规性挑战
## When to Use
- 可预测的计算需求
- 开发和测试环境
- 应对峰值负载
- 非敏感业务应用
## Connections
- [[Public-Cloud]] ← type_of ← [[Cloud-Adoption]]
- [[Public-Cloud]] ← opposed_by ← [[Private-Cloud]]
- [[Public-Cloud]] ← combines → [[Hybrid-Cloud]]
- [[Public-Cloud]] ← delivers ← [[IaaS]]
- [[Public-Cloud]] ← delivers ← [[PaaS]]
- [[Public-Cloud]] ← delivers ← [[SaaS]]