freeCodeCamp/guide/chinese/cloud-development/index.md

15 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Cloud Development
localeTitle: 云开发
---
## 云开发
云开发是在共享资源池中对基础架构组件使用软件工程实践。这可以通过多种方式在您的公司或组织自己的数据中心内完成,也可以在由第三方拥有和运营的“公共”共享数据中心内完成。
公共云提供商的热门选择是Amazon Web ServicesMicrosoft Azure和Google Compute Engine。这些提供商运营大规模数据中心集群成千上万的不同个人公司和组织消耗这些资源。操作云涉及为这些不同用户的使用启用这些共享资源的分区。跟踪资源的消耗也称为计量然后根据所消耗的各种计算网络和存储资源的不同财务方案向用户收费。
据说许多现代网站和大数据工作都是在云中开发的,这意味着它们在一些大型共享数据中心中运行。
#### 更多信息:
[AWS入门](https://aws.amazon.com/getting-started/) [Google云端文档](https://cloud.google.com/docs/) [Microsoft Azure入门](https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide) [Firebase文档](https://firebase.google.com/docs/)