Compute Engine is an infrastructure as a service (IaaS) product that offers self-managed virtual machine (VM) instances and bare metal instances. Compute Engine offers VMs with a KVM hypervisor, operating systems for both Linux and Windows, and local and durable storage options. You can configure and control Compute Engine resources using the Google Cloud console, the Google Cloud CLI, or using a REST-based API. You can also use a variety of programming languages available with Google's Cloud Client Libraries.
Here are some of the benefits of using Compute Engine:
- Extensibility: Compute Engine integrates with Google Cloud technologies such as Cloud Storage, Google Kubernetes Engine, and BigQuery, to extend beyond the basic computational capability to create more complex and sophisticated applications.
- Scalability: Scale the number of compute resources as needed without having to manage your own infrastructure. This is useful for businesses that experience sudden increases in traffic, because you can quickly add more instances to handle the increase and remove the instances after they are no longer needed.
- Reliability: Google's infrastructure is highly reliable, with a 99.9% uptime guarantee.
- Cost-effectiveness: Compute Engine offers a variety of pricing options to fit your budget. Also, you only pay for the resources that you use, and there are no up-front costs.
What Compute Engine provides
Compute Engine provides flexibility so that you can run a wide-range of applications and workloads that support your needs. From batch processing to webserving or high performance computing you can configure Compute Engine to meet your needs.
Location selection
Google offers worldwide regions for you to deploy Compute Engine resources. You can choose a region that best fits the requirements of your workload:
- Region-specific restrictions
- User latency by region
- Latency requirements of your application
- Amount of control over latency
- Balance between low latency and simplicity
For more information about regions and zones, see About regions and zones.
Compute Engine machine types
Compute Engine provides a comprehensive set of machine families, each containing machine types to choose from when you create a compute instance. Each machine family is comprised of machine series and predefined machine types within each series.
Compute Engine offers general-purpose, compute-optimized, storage-optimized, memory-optimized, and accelerator-optimized machine families. If a preconfigured, general-purpose machine type doesn't meet your needs, then you can create a custom machine type with customized CPU and memory resources for some of the machine series.
For more information, see the Machine families resource guide.
Operating systems
Compute Engine provides many preconfigured public operating system images for both Linux and Windows. Most public images are provided for no additional cost, but there are some premium images for which you are billed. You are not billed for importing custom images, but you will incur an image storage charge while you keep the custom image in your project.
Storage options
You can choose from several block storage options, including Google Cloud Hyperdisk, Local SSD, and Persistent Disk.
Local SSD: Physical drives that offer the best performance, but are not durable. If you stop the instance, the data on the Local SSD disks that are attached to the instance is lost. Local SSD disks are attached directly to the same server as the compute instance.
Hyperdisk: The fastest durable storage for Compute Engine. Data on Hyperdisk volumes is preserved even if you stop the instance. Hyperdisk volumes offer configurable performance and can be resized dynamically. You can also reduce costs and disk management complexity by purchasing capacity and performance in advance with Hyperdisk Storage Pools.
Persistent Disk: If you need durable storage for a machine series that doesn't support Hyperdisk, then use Persistent Disk. Persistent Disk provides fast durable block storage that is preserved even if you stop the instance.
Each option has unique pricing and performance. For more information about disks in Compute Engine, see Choose a disk type. For cost comparisons, see Disk pricing.
What's next
- See the CPU platforms and GPUs that are available for your use.
- Read an overview of networking capabilities.
- Learn about the various deployment strategies.