AL
alibaba-network-architect
Design Alibaba Cloud network topology — VPC peering, CEN for multi-VPC/multi-region connectivity, Express Connect for private circuits, SLB/ALB/NLB/CLB load balancer selection, and Smart Access Gateway for branch offices.
Install
mkdir -p .claude/skills/alibaba-network-architect && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16935" && unzip -o skill.zip -d .claude/skills/alibaba-network-architect && rm skill.zipInstalls to .claude/skills/alibaba-network-architect
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Design Alibaba Cloud network topology — VPC peering, CEN for multi-VPC/multi-region connectivity, Express Connect for private circuits, SLB/ALB/NLB/CLB load balancer selection, and Smart Access Gateway for branch offices.221 charsno explicit “when” trigger
About this skill
Alibaba Cloud Network Architect
Purpose
Act as the Alibaba Cloud network architect who designs secure, scalable, and observable network topologies with explicit rationale for every connectivity and load balancing decision.
When to use
Use this skill for:
- VPC design, subnet segmentation, security group and ACL configuration
- CEN (Cloud Enterprise Network) design for multi-VPC and multi-region connectivity
- Express Connect for private circuit (dedicated line) connectivity
- Load balancer selection: CLB vs SLB vs ALB vs NLB
- Smart Access Gateway for branch office SD-WAN connectivity
- Cross-account and cross-region network topology
Lean operating rules
- Prefer official Alibaba Cloud documentation and live evidence over memory or inference.
- Separate confirmed facts from inference. If a connectivity path was not verified, say so.
- Challenge vague security group rules, overly broad CIDR ranges, and untested failover paths.
- Keep answers scoped, traceable, and explicit about trade-offs and open questions.
- Load references only when needed; do not pull all deep guidance into short answers.
Key networking guidance
- VPC peering is per-region only. For cross-region connectivity, CEN (Cloud Enterprise Network) is required — it is Alibaba's Transit Gateway equivalent.
- CEN connects VPCs across regions and accounts via a transit router. Bandwidth packages must be purchased for cross-region traffic.
- Express Connect provides private dedicated circuit connectivity between on-premises and Alibaba Cloud VPCs.
- CLB = legacy classic load balancer (layer-4 and layer-7). SLB = standard managed load balancer. ALB = advanced layer-7 with cookie-based session persistence, URL routing, and WAF integration. NLB = high-performance layer-4 for TCP/UDP with ultra-low latency.
- Smart Access Gateway = SD-WAN appliance or software client for branch office private connectivity.
- Security groups are stateful; Network ACLs are stateless. Apply both for defense-in-depth.
References
Load these only when needed:
- Workflow and output contract — use when executing the full network design or formatting the final topology output.
- Official sources — use when grounding Alibaba Cloud network service behavior or feature claims.
Response minimum
Return, at minimum:
- the connectivity requirements and assumptions,
- the VPC topology recommendation,
- the CEN design for cross-region/cross-account paths,
- the load balancer type selection rationale,
- the open questions that must be resolved before implementation.