Recommendation Hub
Google Cloud Platform also offers a recommendation system that provides actionable insights to help users optimize their cloud infrastructure. Leveraging analyses of resource utilization, configurations, and established best practices, it generates personalized recommendations tailored to each environment. Like AWS Trusted Advisor, GCP’s recommendations are categorized into cost optimization, performance, reliability, security, and sustainability, giving users a comprehensive view of potential improvements.
In Octo, all cost optimization recommendations from GCP Recommendation Hub will be collected and displayed in a centralized view. This allows users to quickly identify opportunities for savings and more efficient resource allocation, aligning with their financial and operational goals.
Compute Engine
Idle Virtual Machine
Idle Virtual Machine
GCP Resource Type
Virtual Machine
Optimization Type
Usage
Category
Stop
Description
Compute Engine provides idle VM recommendations to help users identify virtual machine (VM) instances that have not been used over the previous 1 to 14 days. Users can use idle VM recommendations to find and stop idle VM instances to reduce wasting resources and reduce your compute bill.
Criteria
• Compute Engine generates recommendations about idle VM instances based on historical usage metrics. By default, the historical observation period is 14 days, or, for new VMs, starting one day after VM creation. By changing the default observation period, users can customize the recommendations that they receive. For more information, see Configure idle VM recommendations
Potential savings
Save 100% of the cost of that vm. For more information, see VM pricing.
Recommended Action
Stop Vitrual Machine
How will Octo implement the recommended action?
Not implemented yet.
Idle IP Address
Idle IP Address
GCP Resource Type
Compute Engine IP Address
Optimization Type
Usage
Category
Delete
Description
This recommendation identifies IP addresses that are allocated but not actively in use within your Google Cloud environment. Idle IP addresses can incur unnecessary costs without providing any value to your infrastructure. Releasing or deleting these addresses can help reduce expenses and optimize resource allocation.
Criterias
The IP address hasn't been attached to any resource for at least 15 days.
Potential savings
Save 100% of the cost of that IP address. For more information, see External IP address pricing.
Recommended Action
Release or delete IP Address.
How will Octo implement the recommended action?
Not implemented yet.
Idle Persistent Disk
Idle Persistent Disk
GCP Resource Type
Compute Engine Disk
Optimization Type
Usage
Category
Delete
Description
This recommendation highlights persistent disks in Google Cloud that are provisioned but not currently attached to any virtual machine. Unused disks continue to incur storage charges, adding to overall costs without delivering value.
Criterias
There are two approaches to address this recommendation effectively.
First criteria:
• The Persistent Disk was created at least 15 days ago.
• The Persistent Disk was never attached to a VM.
• The Persistent Disk is blank.
• The Persistent Disk isn't bound to GKE Pods.
Second criteria:
• The Persistent Disk was detached for at least 15 days.
• The Persistent Disk isn't bound to GKE Pods.
Potential savings
If the first criteria are met, users can save 100% of the cost of that disk. If the second criteria are met, maintenance costs can be reduced by 35% to 92%.
Recommended Action
For the first option, users should proceed with the permanent deletion of the disk. For the second criteria, users are advised to create a snapshot of the persistent disk before deleting it. This approach allows users to incur a lower cost, as they will be charged for the snapshot rather than the disk itself.
How will Octo implement the recommended action?
Not yet implemented.
Is rollback possible?
Users cannot restore the disk for the first option, as it is permanently deleted. However, for the second option, users can restore it using the snapshot created.
Idle Custom Image
Idle Custom Image
GCP Resource Type
Compute Engine Custom Image
Optimization Type
Usage
Category
Delete
Description
This recommendation identifies custom images stored in Google Cloud that are not actively in use. Retaining unused images can lead to unnecessary storage costs over time. Removing idle custom images helps reduce storage expenses and ensures that only relevant resources are maintained.
Criteria
• The image wasn't used to create a disk for at least 15 days.
• The image isn't used in any instance template.
Potential savings
Save 100% of the cost of that image. For more information, see Disk and image pricing.
Recommended Action
Release or delete IP Address.
How will Octo implement the recommended action?
Not implemented yet.
Kubernetes Engine
Idle GKE Cluter
Idle GKE Cluster
GCP Resource Type
GKE Cluster
Optimization Type
Usage
Category
Delete
Description
This recommendation identifies Google Kubernetes Engine (GKE) clusters that are currently not being utilized. Idle GKE clusters can lead to unnecessary operational costs, as they incur charges even when no workloads are running.
Criterias
• There are zero Pods in the Running state outside of the kube-system and gmp-system namespace in the cluster metrics events logs for the cluster during the last 30 days.
• There are zero nodes or zero node pools in the cluster metrics events logs for the cluster during the last 30 days
• CPU utilization (averaged over 1 hour) is below 7% and there has been no change in object count during the last 30 days.
Potential savings
Save 100% of the cost of that cluster. For more information, see Kubernetes Engine pricing.
Recommended Action
Delete GKE Cluster
Considerations when deleting idle clusters
Before you delete an idle cluster recommended by the Idle Cluster Recommender, consider the following possibilities:
1. Does anyone use the cluster? For example, a cluster might be intentionally idle if its purpose is to maintain failover capacity.
2. Should the cluster be scaled down instead of deleted? For example, a cluster running a useful workload might have low utilization and be identified as idle because more resources were provisioned than necessary.
How will Octo implement the recommended action?
Not implemented yet.