aliyun-ecs

Automate Alibaba Cloud ECS instance and resource management via CLI.

327|85|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/alibaba/anolisa --skill aliyun-ecs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aliyun-ecs
Source: https://github.com/alibaba/anolisa/tree/main/src/os-skills/aliyun/aliyun-ecs
Command: npx skills add https://github.com/alibaba/anolisa --skill aliyun-ecs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates Alibaba Cloud ECS management via the CLI to simplify routine tasks such as querying, creating, starting, stopping, rebooting instances and managing disks, images, security groups, key pairs, and network interfaces.

Core Features & Use Cases

  • Instance lifecycle management: query, create, start, stop, reboot, and delete ECS instances across regions.
  • Resource management: manage disks, snapshots, images, security groups, key pairs, and elastic network interfaces.
  • Troubleshooting and metadata access: verify resource status and retrieve instance metadata to diagnose issues.

Quick Start

Install and configure the Alibaba Cloud CLI and then run aliyun ecs DescribeInstances --RegionId <region> to list ECS instances and verify access.

Frequently Asked Questions about aliyun-ecs

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

FAQPage Schema
How do I automate Alibaba Cloud ECS instance lifecycle management via CLI?

Automate Alibaba Cloud ECS lifecycle management by running CLI commands to query, create, start, stop, reboot, and delete instances across regions. It handles routine infrastructure tasks without manual console interaction.

Can I manage Alibaba Cloud ECS disks, snapshots, and security groups from the command line?

Yes, you can manage Alibaba Cloud ECS resources from the command line, including disks, snapshots, images, security groups, key pairs, and elastic network interfaces across specified regions.

What do I need to configure before querying ECS instances with the Alibaba Cloud CLI?

Before querying ECS instances, you need to install and configure the Alibaba Cloud CLI with proper authentication credentials. Run the DescribeInstances command with a specified RegionId to verify access.

How do I retrieve Alibaba Cloud ECS instance metadata for troubleshooting?

Retrieve Alibaba Cloud ECS instance metadata by running CLI commands to verify resource status and diagnose issues. This provides direct access to instance configuration details without needing the web console.

What is the best way to handle Alibaba Cloud ECS operations across multiple regions?

Handle Alibaba Cloud ECS operations across multiple regions by passing the RegionId parameter in your CLI commands. This allows you to query and manage instances and resources in specific geographical areas.