可组合架构是否与 PaaS 相同

Is composable architecture the same as PaaS

根据本网站的定义可组合架构是:

https://www.hpe.com/us/en/what-is/composable-infrastructure.html

In composable infrastructure, compute, storage, and networking resources are abstracted 
from their physical locations,and can be managed by software, through a web-based interface. 
Composable infrastructure makes data center resources as readily available as cloud services, and is the foundation for private and hybrid cloud 
solutions.

可组合架构和平台即服务(例如 AWS 服务)有什么区别?

我可以说如果我 运行 在 AWS 中我有一个可组合的架构吗?

首先,可组合基础设施是基础设施;不是平台,因此它与 PaaS 的比较是不正确的。比较应该是 IaaS,而不是 PaaS。

可组合基础设施和 IaaS 之间最基本的区别是,在可组合基础设施的情况下,是您管理一切(在您自己的数据中心),而在 IaaS 的情况下,基础设施管理的一部分由您负责IaaS 提供商。您可以检查 https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/ 以了解您管理的内容以及云提供商管理的内容。

可组合基础架构是一种在现有数据中心使用虚拟化管理工具和技术(如 Chef、Puppet 和 Docker)来获得 IaaS 灵活性的方法。您可以查看 https://techbeacon.com/enterprise-it/5-things-you-need-know-about-composable-infrastructure 了解更多信息。