alibabacloud-tair-devtoolset

Automate Alibaba Cloud Tair Enterprise instance creation and public access configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aliyun-cli, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Alicloud Tair Enterprise deployment via command line can be error-prone and time-consuming. This Skill automates the end-to-end process of creating a Tair Enterprise instance, configuring VPC networking, and enabling public access, reducing manual steps and potential misconfigurations.

Core Features & Use Cases

  • Automated creation of Tair Enterprise instances using Alibaba Cloud CLI with idempotent ClientToken handling.
  • Public endpoint allocation and IP whitelisting to ensure secure exposure for benchmarking and testing.
  • Comprehensive workflow with credential checks, parameter confirmation, and retry/error handling for reliable automation.

Quick Start

Execute the provided automation script scripts/create-and-connect-test.sh after configuring environment variables to create the Tair instance, configure public access, and verify connectivity.

Frequently Asked Questions about alibabacloud-tair-devtoolset

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

FAQPage Schema
How do I automate Tair Enterprise instance creation and public access configuration on Alibaba Cloud?

Automating Tair Enterprise instance creation and public access configuration is handled by an end-to-end script using Alibaba Cloud CLI. It configures VPC networking, allocates public endpoints, and manages IP whitelisting for secure benchmarking and testing exposure.

Do I need aliyun-cli and jq to set up a Tair Enterprise instance for benchmarking?

Yes, you need aliyun-cli configured with r-kvstore permissions and jq installed. These dependencies are required to execute the automation script, parse JSON outputs, and handle idempotent ClientToken requests during instance creation.

What's the best way to enable a public endpoint for an Alibaba Cloud Tair instance?

The best way to enable a public endpoint for an Alibaba Cloud Tair instance is using the provided automation script. It handles public endpoint allocation and IP whitelisting automatically, ensuring secure exposure for deployment and testing workflows.

Why does my Alibaba Cloud Tair deployment automation fail during instance creation?

Alibaba Cloud Tair deployment automation fails if credential checks are invalid or required parameters like VPC/VSwitch IDs, region, and instance specifications are missing. The script includes parameter confirmation and retry/error handling to mitigate these misconfigurations.

Can I use this automation script for deployment workflows in existing VPC environments?

Yes, you can use this automation script for deployment workflows in existing VPC environments by providing valid VPC and VSwitch IDs. The script integrates idempotent ClientToken handling to safely retry instance creation without duplicate deployments.

What Alibaba Cloud CLI permissions are required to automate Tair instance setup?

Automating Tair instance setup requires Alibaba Cloud CLI configured with r-kvstore permissions. You must also supply valid region specifications, instance specifications, and network IDs to successfully execute the automated creation and connectivity verification workflow.