🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Alibabacloud Maxcompute Migration Service

by @sdk-team

Alicloud MaxCompute Migration Service (MMS) Skill. Use for migrating data from various data sources (Hive, BigQuery, Databricks, Snowflake, Redshift, MaxComp...

⚙️ Configuration

1. Service-Linked Role

Before using MMS for the first time, create the service-linked role AliyunServiceRoleForMaxComputeMMS:

Via MaxCompute Console: 1. Log in to MaxCompute Console > Data Transfer > Migration Service 2. Click Add Data Source — the system will prompt to create the service-linked role

Via RAM Console: 1. Log in to RAM Console > Identities > Roles 2. Click Create Role > Create Service-Linked Role 3. Select trusted service: AliyunServiceRoleForMaxComputeMMS

> Note: RAM users need AliyunRAMFullAccess permission to create service-linked roles

2. MaxCompute Project

  • A target MaxCompute project is required
  • The project must be bound to a Data Transfer Service type Quota resource
  • 3. VPC Network Connection

  • A VPC network connection (passthrough) must be established
  • Ensure network access to the source data (via public NAT gateway or Express Connect)
  • 4. MaxCompute Data Permissions

    Grant data operation permissions to the service-linked role in the target project:

    -- Add service-linked role to project
    USE ;
    ADD USER RAM$:role/AliyunServiceRoleForMaxComputeMMS;

    -- Option 1: Coarse-grained authorization (recommended) GRANT admin TO USER RAM$:role/AliyunServiceRoleForMaxComputeMMS;

    -- Option 2: Fine-grained authorization GRANT Read,Write,List,CreateTable,CreateInstance,CreateFunction,CreateResource ON project TO USER RAM$:role/AliyunServiceRoleForMaxComputeMMS;

    View on ClawHub
    TERMINAL
    clawhub install alibabacloud-maxcompute-migration-service

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →