All Products
Search
Document Center

MaxCompute:Prepare an Alibaba Cloud account

Last Updated:Mar 26, 2026

Before using MaxCompute, you need an Alibaba Cloud account with account verification completed and an AccessKey pair created. This guide walks you through all three steps.

If you already have a verified Alibaba Cloud account and an AccessKey pair, skip to What's next.

Step 1: Create an Alibaba Cloud account

  1. Go to the Alibaba Cloud International Website.

  2. In the upper-right corner, click Free Trial.

  3. On the Sign up to Alibaba Cloud page, follow the prompts to create your account.

The account you create has full permissions on all resources within the account. For day-to-day operations, use a RAM user with limited permissions instead of your main account — this limits the blast radius if credentials are ever compromised. See What's next for how to set up RAM users.

Important

Keep your account password confidential and rotate it regularly. Never share your account credentials with others.

Step 2: Complete account verification

Account verification is required before you can purchase or use any Alibaba Cloud service.

  1. Go to the Account Center.

  2. In the left-side navigation pane, click Account Verification and follow the prompts.

Step 3: Create an AccessKey pair

An AccessKey pair authenticates your identity when calling Alibaba Cloud services programmatically. It consists of an AccessKey ID and an AccessKey secret, and is separate from your account password.

Important

Main account AccessKeys carry the same permissions as your root account. For production workloads, create a RAM user and generate the AccessKey pair under that RAM user instead.

  1. Go to the AccessKey page.

  2. In the Main Account AccessKey is not recommended dialog box, select I am aware of the security risks of using a main account AccessKey, then click use Main Account AccessKey.

  3. On the AccessKey page, click Create AccessKey.

  4. In the Create Main Account AccessKey dialog box, select I am aware of the security risks of using a main account AccessKey, then click use Main Account AccessKey. The system creates the AccessKey pair.

  5. In the Create AccessKey dialog box, click Download CSV File or Copy to save your credentials. Select I have saved the AccessKey Secret, then click OK. On the AccessKey Pair page, you can view the status of your AccessKey pair and disable or delete it.

Secure your AccessKey pair:

  • Store the AccessKey ID and AccessKey secret in a secure location — the secret is shown only once and cannot be retrieved later.

  • Never share your credentials or commit them to source control.

  • If you suspect your credentials have been exposed, disable the AccessKey pair immediately.

Note

Disabling an AccessKey pair causes all services using it to fail. Check which services depend on an AccessKey pair before disabling it. Each account supports a maximum of 5 AccessKeys.

What's next

Choose the setup path that matches your situation:

Even for solo use, creating a dedicated RAM user with only the permissions MaxCompute needs is the safer long-term approach as your workloads grow.