Switch billing methods

更新时间:
复制 MD 格式

The pay-as-you-go billing method is ideal for short-term or temporary workloads, while the subscription billing method is better suited for long-term or stable workloads. When your needs change, MaxCompute lets you switch between these two billing methods to save costs. A quota represents a block of computing resources in MaxCompute, which are measured in compute units (CUs). A project's billing method is determined by its default compute quota. To switch a project's billing method, you change its default compute quota.

Prerequisites

You have activated the MaxCompute pay-as-you-go and subscription offerings.

Billing method conversion

The difference between the pay-as-you-go and subscription offerings is how computing resources are billed and run. Storage and download are billed the same way for both.

Computing jobs in a subscription project use only purchased reserved computing resources and non-reserved computing resources. Reserved computing resources are dedicated resources.

The following tables describe the supported conversion scenarios.

Conversion scenario

Description

Effective period

Switch from Standard Edition (pay-as-you-go) to Standard Compute Resources (subscription)

Supported. You must purchase MaxCompute CUs in advance. You can switch the billing method of a project only within the same region. To purchase CUs, click Subscription.

Note

Before switching, calculate your current CU usage to estimate the number of subscription CUs required. For more information, see Plan computing resources based on the compute-to-storage ratio or Plan computing resources based on the actual CU consumption of a project.

The change typically takes effect immediately. However, for jobs that are already running, the switch takes effect on their next run.

Switch from Standard Compute Resources (subscription) to Standard Edition (pay-as-you-go)

Supported. Paid subscription fees are non-refundable. You can create other projects to use the purchased CUs because they can be shared across multiple projects.

Important

Console procedure

A project's billing method is determined by its default compute quota. To switch the billing method, change this quota for the project.

Note
  • Before you change the default compute quota of a project, make sure that you have purchased the required computing resources for the new billing method. To purchase computing resources, click Purchase Computing Resources.

  • In the new console, you can independently configure the default compute quota for each project.

  1. Log on to the MaxCompute console and select a region in the upper-left corner.

  2. In the left-side navigation pane, click Projects.

  3. On the Projects page, find the target project and click Manage in the Actions column.

  4. On the Parameter Configuration tab, click Edit next to Basic Information.

  5. From the Default Compute Quota drop-down list, select the desired quota.

Related documents