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/IaaS.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: "IaaS (Infrastructure 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
IaaS基础设施即服务是云计算三大服务模型之一提供虚拟化的计算资源。
## Definition
IaaS 通过互联网提供虚拟化的计算资源,包括服务器、存储和网络设备。
## Example Providers
- Amazon Web Services (AWS) EC2
- Microsoft Azure Virtual Machines
- Google Compute Engine
## Connections
- [[IaaS]] ← part_of ← [[Cloud-Maturity-Model]]
- [[IaaS]] ← type_of ← [[Cloud-Service-Models]]