All Products
Search
Document Center

Enterprise Distributed Application Service:Create an ECS cluster in the EDAS console

Last Updated:Mar 11, 2026

An Elastic Compute Service (ECS) cluster is an environment where you deploy your applications in the Enterprise Distributed Application Service (EDAS) console. If you have multiple applications that have extremely high requirements on the performance and stability of individual instances, you can host your applications in ECS clusters in the EDAS console.

Cluster types

EDAS supports two types of ECS clusters. Choose the type that matches your infrastructure:

TypeInfrastructureUse when
Alibaba CloudECS instances on Alibaba CloudAll your instances run on Alibaba Cloud.
Non-Alibaba Cloud (hybrid cloud)ECS instances from Alibaba Cloud, on-premises data centers, and other cloud providers, connected through Express Connect circuitsYou manage instances across multiple environments and need a single cluster to unify them. See Create a hybrid cloud ECS cluster.

This topic describes how to create an Alibaba Cloud ECS cluster.

Prerequisites

Before you begin, make sure that you have:

Create the cluster

  1. Log on to the EDAS console.

  2. In the left-side navigation pane, choose Resource Management > ECS Clusters.

  3. On the ECS Clusters page, select a region in the top navigation bar.

  4. Select a microservices namespace from the Microservices Namespace drop-down list:

    • To isolate resources or services, select the namespace that you created.

    • If isolation is not required, select Default.

  5. Click Create Cluster.

  6. In the Create Cluster dialog box, configure the following parameters, and then click Create.

    ParameterDescription
    Cluster NameEnter a name. The name must be 1 to 64 characters in length and can contain letters, digits, underscores (\_), and periods (.).
    ClusterSelect Alibaba Cloud for a standard ECS cluster, or Non-Alibaba Cloud for a hybrid cloud ECS cluster.
    Cluster TypeFixed to ECS.
    Network TypeSelect Classic Network or VPC. If you set Cluster to Non-Alibaba Cloud, only VPC is available.
    VPCAfter you select VPC for Network Type, select a created VPC.
    Microservices NamespaceDefaults to the namespace selected on the ECS Clusters page. If no microservices namespace is selected, Default is displayed. You can change it here based on your business requirements.
    Resource GroupsSelect a resource group created by the current Alibaba Cloud account in the Resource Management console. This is an Alibaba Cloud resource group, not an EDAS resource group. If no resource groups are available, click Create Resource Group to go to the Resource Management console and create one. See Create a resource group.

    Create ECS cluster dialog box

Result

After the cluster is created, the Created message appears at the top of the page and the cluster is listed on the ECS Clusters page.

What to do next

A newly created cluster contains no ECS instances. To deploy applications, add instances to the cluster first. See Scale out an ECS cluster in the EDAS console.