Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

22
wiki/concepts/PaaS.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: "PaaS (Platform as a Service)"
type: concept
tags: [Cloud, Service-Model]
sources: [Cloud-Maturity-Model-A-Detailed-Guide-For-Cloud-Adoption]
last_updated: 2025-02-28
---
## Summary
PaaS平台即服务是云计算三大服务模型之一提供应用开发和部署平台。
## Definition
PaaS 提供完整的应用开发和部署平台,使开发者能够专注于应用程序本身而非底层基础设施。
## Example Providers
- AWS Elastic Beanstalk
- Google App Engine
- Microsoft Azure App Service
## Connections
- [[PaaS]] ← part_of ← [[Cloud-Maturity-Model]]
- [[PaaS]] ← type_of ← [[Cloud-Service-Models]]