2、基础设施即服务(IaaS, Infrastructure as a Service):
在物理层之上,IaaS 提供虚拟化的计算资源。
用户可以在这些虚拟资源上部署和运行各种软件,包括操作系统和应用程序。
例子包括 Amazon EC2、Microsoft Azure、Google Compute Engine。
3、平台即服务(PaaS, Platform as a Service):
PaaS 提供了一个平台,允许用户开发、运行和管理应用程序,无需关心底层硬件和操作系统。
PaaS 提供了数据库管理、开发工具、应用程序监控等服务。
例子包括 Google App Engine、Microsoft Azure App Service、Heroku。
4、软件即服务(SaaS, Software as a Service):
SaaS 是最顶层的服务,用户可以直接使用应用程序,而不需要安装和维护任何软件。
这些应用程序通常通过互联网访问,并且是多租户的。
例子包括 Google Workspace(前称G Suite)、Microsoft Office 365、Salesforce。