Compute Engine provides machine type recommendations to help you optimize the resource utilization of your virtual machine (VM) instances. These recommendations are generated automatically based on system metrics gathered by the Cloud Monitoring service over the previous 8 days. Use these recommendations to resize your instance's machine type to more efficiently use the instance's resources. This feature is also known as rightsizing recommendations.
To learn more about the available machine types for VM instances, read the machine types documentation.
Before you begin
- If you want to use the command-line examples in this guide, do the following:
- Install or update to the latest version of the Google Cloud CLI.
- Set a default region and zone.
- If you want to use the API examples in this guide, set up API access.
- Read the Google Cloud console documentation.
Pricing
Machine type recommendations are available free of charge. If you apply a recommendation to resize your instance's machine type, you are charged for the machine type that you choose.
Limitations and use cases
Machine type recommendations are currently not available in the following cases:
- VM instances created using App Engine flexible environment, Dataflow, Google Kubernetes Engine, or Dataproc
- VM instances with ephemeral disks, GPUs, or TPUs
- VM instances in the memory-optimized machine family
The recommendation algorithm is suited to workloads that follow weekly patterns, workloads that grow or shrink over weeks of time, workloads that persistently underutilize their resources, or workloads that are persistently throttled by insufficient resources. In such cases, 8 days of historical data is enough to predict how a change in the size of the machine can improve resource utilization.
The machine type recommendation algorithm is less suited to the following workloads:
- Workloads that spike infrequently (for example, monthly spikes) because 8 days of data is not enough to capture or predict the CPU fluctuations.
- Workloads that have very brief CPU spikes because recommendations are based on average CPU utilization over 60-second intervals. Recommendations might not be generated quickly enough to capture shorter spikes. See How machine type recommendations work for more information.
For workloads where cost is more important to you than performance, such as batch workloads, you can ignore recommendations to increase size.
In rare cases, you might see an error message when applying a recommendation. For example, a recommended machine type might be too small for the number of attached disks, it might not meet the resource requirements of your images or licenses, or it might not be available in a particular zone.
We also do not show recommendations if the estimated saving is less than $10/month.
How machine type recommendations work
Compute Engine monitors the CPU and memory utilization of running VMs and makes recommendations using the last 8 days of data. Compute Engine makes recommendations like the following:
If your instance has had low CPU utilization most of the time, Compute Engine recommends a machine type with fewer virtual CPUs.
If your instance has had high CPU utilization most of the time, Compute Engine recommends a machine type with more virtual CPUs.
If your instance hasn't used a large fraction of its memory, Compute Engine recommends a machine type with less memory.
If your instance has actively been using a large fraction of its memory most of the time, Compute Engine recommends a machine type with more memory.
Compute Engine might make recommendations to use either a standard or custom machine type. Note that there are some limitations in the amount of memory and vCPU available to a machine. In particular, increasing one resource might require increasing the other at the same time, to follow the specifications of a valid machine type. Also, Compute Engine only recommends machine types that are available in the zone where the instance is running.
See custom machine type specifications for details.
For cost difference estimations, the cost of an instance is based on the previous week's usage (before sustained use discount) and is extrapolated to 30 days. This is then compared to the recommended machine type monthly cost (before sustained use discount). For accurate pricing and details, read the pricing documentation.
Viewing machine type recommendations
Compute Engine makes recommendations available through the Google Cloud console. Recommendations are also available through the Recommender using the gcloud CLI or the API.
Console
In the Google Cloud console, go to the VM instances page.
Look at the Recommendation column to review recommendations for individual instances. You can also sort the column by amount of estimated savings. If there are no recommendations next to your instances, Compute Engine doesn't have any recommendations to make.
gcloud
Use the gcloud recommender recommendations list
command and specify the
VM instance rightsizing recommender.
gcloud recommender recommendations list \ --recommender=google.compute.instance.MachineTypeRecommender \ --project=PROJECT_ID \ --location=ZONE \ --format=[config | csv | default | diff | flattened | get | json | list | object | table | text | value | yaml]
Replace the following:
PROJECT_ID
: the ID of your project.ZONE
: the zone that contains instances to list recommendations for.FORMAT
: your preferred output format.csv
,diff
,get
,table
, andvalue
require non-empty projections.
The output of the gcloud recommender recommendations list
command includes
the following fields:
name
: the name of the recommendation.description
: a human-readable explanation of the recommendation.operationGroups
: groups of operations that you can perform in serial order to apply the recommendation.
For more information, see the Recommender docs.
API
Use the Recommender API with the VM instance rightsizing recommender ID.
The following example bash script uses an access token returned by
Application Default Credentials,
for a curl
request. For information about about setting up Application
Default Credentials, see
Provide credentials for Application Default Credentials.
PROJECT_ID=my-project LOCATION=us-central1-c RECOMMENDER_ID=google.compute.instanceGroupManager.MachineTypeRecommender curl -H "Authorization: Bearer $(gcloud auth application-default print-access-token)" \ https://recommender.googleapis.com/v1/projects/$PROJECT_ID/locations/$LOCATION/recommenders/$RECOMMENDER_ID/recommendations
The response includes the following fields:
name
: The name of the recommendation.description
: A human-readable explanation of the recommendation.operationGroups
: Groups of operations that you can perform in serial order to apply the recommendation.
For more information, see the Recommender docs.
When you create an instance, recommendations for the instance appear 24 hours after the instance was created. If you change the machine type of an instance, Compute Engine provides any further recommendations within 24 hours after the change.
After that, VM instance recommendations are refreshed at regular intervals throughout the day.
Changing machine types according to recommendations
If you determine that you want to apply the recommendations made by Compute Engine, you can change the instance's machine type directly from the recommendations screen, or manually step through the operations that are returned when viewing machine type recommendations.
Console
In the Google Cloud console, go to the VM instances page.
If a recommendation exists for an instance, it appears in the Recommendation column.
Click the recommendation text for the instance you want to resize.
A pop-up window opens with more detail and an Apply button to apply the recommendations to the instance. When you click this button, Compute Engine stops the instance, changes its machine type, and restarts the instance.
Optionally, you can also click the Customize link to customize the instance as you prefer.
Click the Apply button to apply the changes.
gcloud
See Changing a machine type for information.
API
See Changing a machine type for information.
Dismissing and restoring recommendations
When you have finished using a recommendation, you can dismiss it from the console. Within the console, dismissing removes a recommendation from the total savings estimate and also minimizes the appearance of the recommendation so that it appears dimmed.
Acting on a recommendation through the console does not affect the list of or states of recommendations that are returned by the Recommender API. To manage the state of recommendations returned by the Recommender API, see Using the API.
To dismiss a single recommendation from the console:
In the Google Cloud console, go to the VM instances page.
If a recommendation exists for an instance, it appears in the Recommendation column.
Click the recommendation text for the recommendation you want to dismiss.
A pop-up window opens with more detail and a Dismiss recommendation button.
Click Dismiss recommendation.
To dismiss all recommendations from the console:
In the Google Cloud console, go to the VM instances page.
Click the Dismiss all button.
To restore a recommendation:
In the Google Cloud console, on the VM instances page, click the dimmed recommendation text you want to restore.
A pop-up window opens with more detail and a Restore recommendation button.
Click Restore recommendation.
Using the monitoring agent for more precise recommendations
Cloud Monitoring offers a Monitoring agent that collects additional disk, CPU, network, and process metrics from your VM instances. To collect this data, install the Monitoring agent on your VM instances so it can access system resources and app services.
If the Monitoring agent is installed and running on a VM instance, the CPU and memory metrics collected by the agent are automatically used to compute machine type recommendations. The agent metrics provided by the Monitoring agent give better insights into resource utilization of the instance than the default Compute Engine metrics. This allows the recommendation engine to estimate resource requirements better and make more precise recommendations.
To install the agent, see Installing the Monitoring agent.
What's next
- Learn more about changing the machine type of an instance.
- Read up on what happens when you stop an instance.
- See how you can apply recommendations to managed instance groups.
- Review the Google Cloud console documentation.
- Learn more about the Recommender and its API
- Learn more about insights for machine type recommendation.