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

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