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