An Edge Load Balancer (ELB) instance receives requests from clients and forwards requests to backend servers, which are Edge Node Service (ENS) instances. To use ELB, you need to create an ELB instance and add listeners and backend servers to the ELB instance.
Prerequisites
The region of the ELB instance is planned. ELB does not support cross-node deployment. The ENS instances that you add to an ELB instance and the ELB instance must be in the same region.
A custom network and a vSwitch are created. The ELB instance to be created will be deployed in the custom network.
Create an instance
Log on to the ENS console.
In the left-side navigation pane, choose .
On the ELB Instance page, click Create Instance.
On the Edge Load Balancer page, configure the parameters. The following table describes the parameters.
Parameter
Description
Billing Method
Only Pay-as-you-go is supported.
Instance Name
Specify the name of the ELB instance.
Region
Select the region to which the instance belongs. Make sure that the ENS instances that you add to the ELB instance and the ELB instance are in the same region.
Network
Select a custom network.
vSwitch
Select a custom vSwitch.
Instance Type
Estimate the maximum number of concurrent connections and the QPS that the ELB instance to create needs to handle based on your business requirements before you select an appropriate instance type. For more information about the performance metrics of different instance types, see Instance types.
Read and agree to ENS Terms of Service, and click Confirm.
References
Configure a listener to listen for connection requests and forward the requests to backend servers based on a specific scheduling algorithm. For more information, see Configure a listener.
ELB instances that are created in the ENS console are internal-facing instances and are not publicly accessible. To allow an ELB instance to access the Internet, you need to associate an elastic IP address (EIP) with the ELB instance. For more information, see Associate an EIP.