alicloud-network-alb

Manage and troubleshoot Alibaba Cloud ALB resources via Python scripts and OpenAPI workflows.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-alb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-network-alb
Source: https://github.com/cinience/alicloud-skills/tree/main/skills/network/slb/alicloud-network-alb
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-alb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alibabacloud_alb20200616, alibabacloud_tea_openapi, alibabacloud_credentials, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you manage and troubleshoot Alibaba Cloud Application Load Balancer (ALB) instances, listeners, server groups, and related configurations, simplifying complex cloud networking tasks.

Core Features & Use Cases

  • Resource Management: Create, update, delete, and inspect ALB instances, listeners, server groups, and forwarding rules.
  • Traffic Management: Configure health checks, sticky sessions, and routing rules for optimal traffic distribution.
  • Troubleshooting: Diagnose connectivity issues, analyze health statuses, and review access logs.
  • Use Case: You need to set up a new ALB to distribute traffic to your web application. Use this Skill to create the ALB instance, configure listeners for HTTP and HTTPS, define server groups with backend ECS instances, and set up forwarding rules based on host and path.

Quick Start

Use the alicloud-network-alb skill to list all ALB instances in the cn-hangzhou region.

Frequently Asked Questions about alicloud-network-alb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Alibaba Cloud ALB instance creation and listener configuration?

Automate Alibaba Cloud ALB instance creation and listener configuration by running local Python scripts that interact with OpenAPI workflows to provision instances, server groups, and routing rules.

What is the best way to troubleshoot Application Load Balancer connectivity issues and analyze health statuses?

Troubleshoot Application Load Balancer connectivity issues and analyze health statuses by diagnosing backend configurations, reviewing access logs, and inspecting health check settings for ECS instances.

How do I configure routing rules and sticky sessions for an Alibaba Cloud ALB?

Configure routing rules and sticky sessions for an Alibaba Cloud ALB by defining forwarding rules based on host and path, and setting traffic management parameters to optimize distribution.

Does this approach support managing ALB security policies, ACLs, and certificates?

Yes, managing ALB security policies, ACLs, and certificates is supported, allowing you to automate updates and inspect these configurations via OpenAPI-compatible workflows.

Why are my ALB health checks failing for backend ECS instances?

ALB health checks fail for backend ECS instances due to misconfigured health check parameters or server group routing issues, which you can diagnose by analyzing access logs and configurations.