alibabacloud-solution-deploy

Deploy Alibaba Cloud official tech solutions via Terraform modules or CLI.

213|24|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-solution-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alibabacloud-solution-deploy
Source: https://github.com/aliyun/alibabacloud-aiops-skills/tree/main/skills/developertools/solutions/alibabacloud-solution-deploy
Command: npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-solution-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables automated deployment of Alibaba Cloud official tech solutions by selecting the correct execution path (Terraform module or CLI) and orchestrating end-to-end deployment flows.

Core Features & Use Cases

  • Path routing: Detects user intent and routes to Terraform-based deployment or CLI-driven steps for official solutions.
  • Environment validation: Validates Aliyun CLI version, credentials, and RAM policy prerequisites before deployment.
  • Module discovery: References a master catalog of solutions and Terraform modules to fetch example configurations and deployment templates.
  • Rapid start: Speeds up onboarding by providing a clear path and operational checks for production-grade deployments.

Quick Start

Choose a target Alibaba Cloud solution and start the deployment path (Terraform module or CLI) with a single command.

Frequently Asked Questions about alibabacloud-solution-deploy

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

FAQPage Schema
How do I deploy Alibaba Cloud solutions using Terraform modules?

Deploy Alibaba Cloud solutions end-to-end by routing requests to Terraform modules that fetch example configurations from the master catalog to orchestrate the full deployment workflow.

Can I use the Aliyun CLI instead of Terraform for automated cloud deployments?

Yes, automated deployment supports CLI-driven execution paths by routing user requests based on catalog availability and runtime checks, executing CLI steps alongside Terraform module deployments.

What prerequisites do I need to validate before deploying Alibaba Cloud infrastructure as code?

Before deploying infrastructure as code, validate your Aliyun CLI version, configure credentials, and verify RAM policy prerequisites to ensure the environment meets deployment requirements.

Does this automated deployment path support both Terraform and CLI execution scenarios?

Yes, the deployment path detects user intent and routes to either Terraform-based module deployments or CLI-driven steps by checking the tech solutions catalog and performing runtime validations.

What's the best way to discover official Alibaba Cloud deployment templates?

Discover official deployment templates by referencing the master catalog of solutions and Terraform modules, which provides example configurations and operational checks for production-grade deployments.

Why does my Alibaba Cloud deployment fail due to environment validation errors?

Deployment fails when environment validation detects incorrect Aliyun CLI versions, missing credentials, or insufficient RAM policies, stopping the orchestration flow before Terraform plan changes execute.