cloud
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCloud Architecture Diagram Generator
云架构图生成工具
Quick Start: Choose cloud provider → Add service icons from stencil library → Group services in regions/VPCs → Connect with data flow arrows → Wrap in fence.
```drawio⚠️ IMPORTANT: Always usecode fence. NEVER use```drawio— it will NOT render as a diagram.```xml
快速开始: 选择云服务商 → 从模具库中添加服务图标 → 将服务按区域/VPC分组 → 用数据流箭头连接 → 包裹在代码块中。
```drawio⚠️ 重要提示: 请始终使用代码块。切勿使用```drawio——它无法渲染为图表。```xml
Critical Rules
核心规则
🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md. Read the base rules first.
Cloud-specific additions:
- Check stencils/README.md for exact cloud stencil names (e.g., ,
mxgraph.aws4.*)mxgraph.gcp2.* - Use for VPC/region containers to avoid covering child services
fillColor=none;
🔗 这是基于drawio衍生的技能。 所有结构、布局和边缘路由规则均继承自drawio SKILL.md。请先阅读基础规则。
云服务专属补充规则:
- 请查看stencils/README.md获取确切的云服务模具名称(例如:、
mxgraph.aws4.*)mxgraph.gcp2.* - 对于VPC/区域容器,请使用以避免覆盖子服务
fillColor=none;
Cloud Architecture Types
云架构类型
| Type | Purpose | Stencil Library | Example |
|---|---|---|---|
| AWS | Amazon Web Services architecture | | aws-basic.md |
| AWS Serverless | Event-driven serverless architecture | | aws-serverless.md |
| Azure | Microsoft Azure architecture | | azure-hybrid-network.md |
| GCP | Google Cloud Platform architecture | | gcp-log-processing.md |
| Alibaba Cloud | Alibaba Cloud architecture | | alibaba-web-app.md |
| IBM Cloud | IBM Cloud architecture | | ibm-kubernetes.md |
| Kubernetes | Container orchestration | | kubernetes-microservices.md |
| OpenStack | Private cloud infrastructure | | openstack-basic.md |
| 类型 | 用途 | 模具库 | 示例 |
|---|---|---|---|
| AWS | 亚马逊云服务架构 | | aws-basic.md |
| AWS 无服务器 | 事件驱动型无服务器架构 | | aws-serverless.md |
| Azure | 微软Azure架构 | | azure-hybrid-network.md |
| GCP | 谷歌云平台架构 | | gcp-log-processing.md |
| 阿里云 | 阿里云架构 | | alibaba-web-app.md |
| IBM Cloud | IBM云架构 | | ibm-kubernetes.md |
| Kubernetes | 容器编排 | | kubernetes-microservices.md |
| OpenStack | 私有云基础设施 | | openstack-basic.md |