Learning Cloud: Configuring an HTTP Load Balancer with Cloud Armor-II

Опубликовано: 19 Июнь 2026
на канале: Cyethack Solutions
82
4

Create another instance template by copying us-central1-template:

Click the us-central1-template. Information about the us-central1-template appears.

Near the top of the page, click CREATE_SIMILAR.

For Name, type europe-west1-template.

Click Management, security, disks, networking, sole tenancy.

Click Networking.

Select default (europe-west1) as the Subnet.

Click Create.

Create the managed instance groups
Create a managed instance group in us-central1 and one in europe-west1.

On the Navigation menu, click Compute Engine -- Instance groups.

Click Create Instance group.

Specify the following, and leave the remaining settings as their defaults:

Property Value (type value or select option as specified)
Name us-central1-mig
Location Multiple zones
Region us-central1
Instance template us-central1-template
Autoscaling -- Autoscaling metrics Click pencil icon, set Target CPU utilization 80
Cool-down period 45
Minimum number of instances 1
Maximum number of instances 5
Managed instance groups offer autoscaling capabilities that allow you to automatically add or remove instances from a managed instance group based on increases or decreases in load. Autoscaling helps your applications gracefully handle increases in traffic and reduces cost when the need for resources is lower. You just define the autoscaling policy, and the autoscaler performs automatic scaling based on the measured load.

Click Create.

Repeat the same procedure for europe-west1-mig in europe-west1:

Click Create Instance group.

Specify the following, and leave the remaining settings as their defaults:

Property Value (type value or select option as specified)
Name europe-west1-mig
Location Multiple zones
Region europe-west1
Instance template europe-west1-template
Autoscaling -- Autoscaling metrics Click pencil icon, set Target CPU utilization 80
Cool-down period 45
Minimum number of instances 1
Maximum number of instances 5
Click Create.