Create non-ULL Compute Engine instances for auxiliary workloads

This page describes how to create non-Ultra Low Latency (ULL) Compute Engine instances by using U4S machine types from the U4S machine series.

You can create non-ULL instances in the private zones supported by ULL Solution for close proximity to ULL instances. You can use non-ULL instances to provide data or services to ULL instances, or to send and receive Cloud Multicast traffic.

Before you begin

Before you create non-ULL compute instances, see the following sections.

Create a VPC network

If you haven't already, create a VPC network for your instance as described in Configuration overview for ULL Solution.

Ensure that the network has a subnet in the region in which you plan to create your instance.

Set your project

Set the gcloud CLI to use your project. Alternatively you can include the --project=PROJECT_ID flag for each command in the following procedures.

    gcloud config set project PROJECT_ID

Replace PROJECT_ID with the ID of your project.

Create a non-ULL instance

This section describes how to create a new non-ULL instance to use for auxiliary workloads.

For general information about creating compute instances, including additional configuration options, see Create and start a Compute Engine instance.

gcloud

To create a non-ULL instance, use the compute instances create command.

gcloud compute instances create INSTANCE_NAME \
    --zone=ZONE \
    --machine-type=MACHINE_TYPE \
    --image-project=IMAGE_PROJECT \
    --image=IMAGE_NAME \
    --network=NETWORK \
    --subnet=SUBNET

Replace the following values:

What's next