All Products
Search
Document Center

Global Accelerator:Quick start for a basic Global Accelerator instance

Last Updated:Jun 04, 2026

A basic Global Accelerator instance provides a one-to-one accelerated connection from an acceleration region to an origin region, supporting Layer 3 (IP) network acceleration. Learn how to configure a basic Global Accelerator instance to reduce latency for remote users.

Scenario

A company has its headquarters in the US (Silicon Valley) region, running an enterprise application on an Elastic Compute Service (ECS) instance in a Virtual Private Cloud (VPC). The ECS instance serves traffic through an elastic IP address (EIP). Employees in the China (Hong Kong) office experience high latency, jitter, and packet loss due to unstable public network conditions.

image

To resolve this, configure a basic Global Accelerator instance. Traffic from the China (Hong Kong) office routes to an accelerated IP address, enters the Alibaba Cloud network locally, and forwards to the endpoint in US (Silicon Valley), reducing latency.

Prerequisites

Note

This example uses a pay-as-you-go basic Global Accelerator instance to configure the basic Global Accelerator service. Before purchasing a pay-as-you-go basic Global Accelerator instance, note the following:

  • Pay-as-you-go GA instances use Pay-By-Data-Transfer for bandwidth billing. You do not need to associate a bandwidth package. Cloud Data Transfer (CDT) handles traffic billing.

  • The first time you use a pay-as-you-go GA instance, you must Activate the Service.

Step 1: Create a basic Global Accelerator instance

  1. Log on to the GA console.

  2. In the left-side navigation pane, click Basic Instance.

  3. On the Basic GA Instance page, click Create Basic Instance.

  4. On the Create Basic GA Instance page, configure the instance with the following settings, and then click Create to complete the payment.

    Parameter

    Description

    Billing Method

    Select a billing method for the basic Global Accelerator instance.

    In this example, select Pay-As-You-Go.

    When you use a pay-as-you-go basic Global Accelerator instance, you are billed for the instance and data transfer.

    Bandwidth Billing Method

    Select a billing method for bandwidth.

    In this example, keep the default value Pay-By-Data-Transfer.

    After purchasing a Global Accelerator instance with Pay-By-Data-Transfer, no bandwidth plan is required. Cloud Data Transfer (CDT) settles data transfer fees. Pay-by-data-transfer.

    If this is the first time you are creating a Global Accelerator instance with Pay-By-Data-Transfer, accept the CDT service agreement to activate CDT.

    Resource Group

    Select the Resource Group to which the basic Global Accelerator instance belongs.

    The Resource Group must exist in Resource Management. Create a Resource Group.

Step 2: Add an acceleration region and IP

Add an acceleration region to a basic Global Accelerator instance to specify where users are located. Then add an accelerated IP address that clients use to connect to the Alibaba Cloud acceleration network.

  1. On the Basic GA Instance page, find the basic Global Accelerator instance that you want to manage and click its ID.

  2. On the instance details page, click the Acceleration Areas tab, and then click Add Acceleration Area.

  3. In the Add Acceleration Area dialog box, configure the acceleration region with the following settings, and then click OK.

    Parameter

    Description

    Regions

    Select the region that requires access acceleration.

    In this example, select China (Hong Kong).

    Acceleration regions.

    Bandwidth

    Specify the bandwidth for the acceleration region. Unit: Mbps.

    The valid bandwidth range is 2 to 20,000 Mbps.
    Important

    Setting peak bandwidth too low may cause throttling and packet loss. Plan bandwidth to match your business requirements.

    Internet Protocol

    Select the IP protocol for accessing the Global Accelerator service. The service supports only IPv4.

    ISP Line Type

    Select the ISP line type for accessing the Global Accelerator service.

    In this example, select BGP (Multi-ISP).

  4. On the Acceleration Areas tab, find the newly added acceleration region and click Add Accelerated IP Address.

  5. In the Associate Endpoint dialog box that appears, click Cancel.

    The allocated accelerated IP address now appears under the acceleration region, and its status is Idle.

Step 3: Add an endpoint group and an endpoint

An endpoint group directs traffic to endpoints in a specific region.

  1. On the details page of the basic instance, click the Endpoint Group tab, and then click Add Endpoint Group.

  2. On the Add Endpoint Group page, configure the endpoint group with the following settings, and then click OK.

    Parameter

    Description

    Endpoint Group

    Endpoint Group Name

    Enter a name for the endpoint group.

    Region

    Select the region to which the endpoint group belongs.

    In this example, select US (Silicon Valley).

    Endpoint

    Backend Service

    An endpoint is the destination host that receives client requests. Select the backend service type and instance for the endpoint.

    In this example, select ECS as the type, and then select the corresponding instance.

    Note

    Endpoints do not support ECS instances that are already associated with an EIP or a public IP address.

    Select Node

    Select the private IP address of the backend service to use as the endpoint.

    1. In the Private IP Address column, select the target private IP address.

    2. In the Node Name (Optional) column, enter a name for the endpoint.

    3. In the Accelerated IP Address (optional) column, select the accelerated IP address that you added in Step 2.

  3. In the Cross-border Acceleration Settings dialog box, read the Compliance Commitments Regarding Cross-border Data Transfers and select Agree to the Preceding Compliance Agreement.

  4. Optional: Below the task details list, click View Endpoint Groups.

    On the Endpoint Group tab, the added endpoint appears. Its IP Status is Bound.

Step 4: Test the acceleration effect

After configuring the basic Global Accelerator instance, the accelerated IP address serves as the public IP for the backend service. Clients connect through this IP to the Alibaba Cloud network, improving the user experience.

  1. Open a command-line window on a client in the China (Hong Kong) region.

  2. Run the following command to check the packet latency and loss rate.

    ping <accelerated-IP-address>

Related documents