alicloud-compute-ecs-test

Validate Alibaba Cloud ECS authentication and DescribeInstances query path.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a minimal smoke test for the ECS skill, ensuring basic authentication and region reachability.

Core Features & Use Cases

  • Authentication Validation: Verifies that API credentials are correctly configured.
  • Region Reachability: Checks if the ECS API can be reached within a specified region.
  • DescribeInstances Query: Tests the ability to query instance information, even when no instances exist.

Quick Start

Run the ECS minimal viable test to validate auth and region reachability.

Frequently Asked Questions about alicloud-compute-ecs-test

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

FAQPage Schema
How do I test Alibaba Cloud ECS API authentication and region reachability?

To test Alibaba Cloud ECS API authentication and region reachability, you can run a minimal smoke test that validates your API credentials and checks if the ECS API endpoint can be reached within your specified region. This ensures basic connectivity and correct response structures.

What is an ECS smoke test and when do I need to run one?

An ECS smoke test is a minimal validation process that checks basic Alibaba Cloud ECS functionality, including authentication and region reachability. You need to run one to ensure API accessibility and verify the correct response structures for basic operations before deploying further configurations.

Can I query ECS instance information if no instances exist in my Alibaba Cloud region?

Yes, you can query ECS instance information even when no instances exist. The smoke test includes a DescribeInstances query path that validates your ability to query instance information, ensuring the API returns correct response structures regardless of current instance state.

Does the ECS smoke test validate the DescribeInstances query path?

Yes, the ECS smoke test explicitly validates the DescribeInstances query path. It tests the ability to query instance information and ensures API accessibility, confirming that correct response structures are returned for basic ECS operations.

What's the best way to validate Alibaba Cloud compute ECS configurations before deployment?

The best way to validate Alibaba Cloud compute ECS configurations is by running a minimal smoke test that verifies authentication, region reachability, and the DescribeInstances query path. This ensures API accessibility and validates correct response structures for basic ECS operations.