Table of Contents (🔎 Click to expand/collapse)
Compute Engine lets you create virtual machines that run different operating systems, including multiple flavors of Linux (Debian, Ubuntu, Suse, Red Hat, CoreOS) and Windows Server, on Google infrastructure. You can run thousands of virtual CPUs on a system that is designed to be fast and to offer strong consistency of performance.
- Click Navigation Menu > Compute Engine > VM Instances.
- Click CREATE INSTANCE.
- Configure the instance parameters.
- Click CREATE
$ gcloud compute instances create <NAME> \
--zone=<ZONE> \
--machine-type=<MACHINE_TYPE> \