The Regional Cloud Load Balancing (Backend) component helps you manage load balancer traffic distribution settings, including the protocol used to connect to backends, session settings, health checks, and timeouts. These settings provide fine-grained control over how your load balancer behaves. You can configure the following backends:
-  Serverless NEG: A list of serverless Cloud Run or Cloud Run functions applications as backends. 
-  Managed Instance Group (MIG): A list of Compute Engine instance groups as backends. 
For more information, see Backend services overview .
This document describes the connections and parameters you can configure when using App Design Center to create a regional Cloud Load Balancing backend service. The configuration parameters are based on the terraform-google-regional-lb-http Terraform module.
Component connections
The following table includes the components that you can connect to a regional Cloud Load Balancing backend, and the resulting updates to your application and its generated Terraform code.
Connected component
Application updates
Background information
- The load balancer can distribute incoming traffic to the Cloud Run service.
- The Cloud Run service is added as a backend endpoint in the Cloud Load Balancing serverless NEG backends configuration.
Regional Cloud Load Balancing frontend (required)
- The Cloud Load Balancing frontend, which handles incoming requests, is linked to the Cloud Load Balancing backend, which processes the requests.
- The backend service information is added to the frontend URL map input.
- The load balancer can distribute incoming traffic to the Compute Engine MIG.
- The Compute Engine MIG is added to the Cloud Load Balancing backend service groups field.
Required configuration parameters
If your template includes a regional Cloud Load Balancing backend component, you must configure the following parameters before you deploy.
| Parameter name | Description and constraints | Background information | 
|---|---|---|
| Project ID | The project where you want to deploy the Cloud Load Balancing backend service. | Configure components | 
| Region | The region where the load balancer backend service is created. | region | 
| Name | Name for the load balancer backend service. | name | 
Optional configuration parameters
The following parameters are optional. To display advanced parameters, in the Configurationarea, select Show advanced fields.
Feature
Parameter name
Description and constraint information
Background information
http2 
.What's next
You must connect your backend component to a frontend component. To configure the frontend component, see Configure a regional Cloud Load Balancing frontend in Application Design Center .

