All Products
Search
Document Center

Cloud Enterprise Network:CEN instances

Last Updated:Feb 28, 2026

A Cloud Enterprise Network (CEN) instance is the top-level container for building a cloud enterprise network. Each CEN instance holds one or more transit routers, which connect to each other through inter-region connections to enable communication between network instances across regions. Create a CEN instance before attaching any network instances through transit routers.

Create a CEN instance

Prerequisites

Before you begin, make sure that you have:

  • An Alibaba Cloud account with permissions to create CEN resources

  • (Optional) A resource group to organize the CEN instance. If not specified, the instance is added to the default resource group. For more information, see What is Resource Management?

  1. Log on to the CEN console.

  2. On the Instances page, click Create CEN Instance.

  3. In the Create CEN Instance dialog box, configure the following parameters, and then click OK.

    Parameter

    Description

    Name

    Enter a name for the CEN instance.

    Description

    Enter a description for the CEN instance.

    Resource Group

    Select a resource group. If no resource group is selected, the instance is added to the default resource group. Manage resource groups in the Resource Management console.

    Tag

    Add tags to the CEN instance. You can add multiple tags. Tag key constraints: maximum 64 characters, cannot be an empty string, cannot start with acs: or aliyun, and cannot contain http:// or https://. Tag value constraints: maximum 128 characters, can be an empty string, cannot start with acs: or aliyun, and cannot contain http:// or https://. For more information, see Manage tags.

    The CEN instance appears on the Instances page after creation.

To create a CEN instance by calling an API operation, see CreateCen.

Next steps

After creating a CEN instance, create a transit router in the target region and attach network instances such as VPCs and VBRs. For more information, see the following topics:

Delete a CEN instance

Deleting a CEN instance permanently removes it and all associated configurations. Before deleting, remove all dependent resources from every transit router in the instance.

Prerequisites

Before you delete a CEN instance, make sure that the following conditions are met.

Network connections

Routing configuration

Advanced features

  1. Log on to the CEN console.

  2. On the Instances page, find the CEN instance to delete and click Delete in the Actions column.

  3. In the Delete CEN Instance message, verify the instance ID and click OK.

    The CEN instance is removed from the Instances page.

To delete a CEN instance by calling an API operation, see DeleteCen.

References

  • CreateCen - Create a CEN instance by calling an API operation.

  • DeleteCen - Delete a CEN instance by calling an API operation.