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

23 lines
649 B
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: "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]]