Get personalized cost optimization recommendations from Vantage to reduce cloud spending across AWS, Azure, GCP, Datadog, and Kubernetes.
Recommendation Type | Description |
---|---|
Savings Plans | Vantage will look at your AWS infrastructure on a weekly basis and provide Savings Plan recommendations tailored to your actual usage of EC2, Fargate, and Lambda. |
Reserved Instances | Vantage will recommend Reserved Instances for services, like RDS, ElastiCache, Elasticsearch, and more with specific Reserved Instances to purchase. |
Idle resources | Vantage will look for idle resources, such as EBS volumes, IP addresses, RDS instances, and more, to ensure you’ve cleaned up everything you’re not using. |
Storage optimizations | Vantage will look at EBS volumes you’re using to provide optimization recommendations as well as S3 object type usage to recommend actions, like changing EBS volumes or enabling S3 Intelligent-Tiering. |
Networking optimizations | Vantage will look for networking optimizations especially for CloudFront and S3. |
Lifecycle policies | Vantage will profile for services that can auto-delete data to reduce costs and expected savings noted. |
Rightsizing opportunities | Vantage will identify rightsizing opportunities and provide specific reasons to rightsize, such as over-provisioned CPU. See more information below. |
Extended Support | Vantage will identify existing resources that are incurring extended support, as well as those that are entering into extended support within the next three months. |
Recommendation Type | Description |
---|---|
Compute Reserved Instances | Suggestions for instances with on-demand usage that could be converted to Reserved Instances for better savings. |
Compute unattached virtual hard disks | Disks that have not been attached to a VM in the last 30 days. |
Compute Savings Plans | Vantage will identify potential savings from purchasing Compute Savings Plans. |
Virtual Machine (VM) Rightsizing | Vantage will suggest VM instances that can be rightsized to offer savings. Suggestions will be made available through the Active Resource page’s Rightsizing tab as well. |
Blob Storage Reserved Instances | Vantage will suggest purchasing Reserved Instances that can save on Blob v2 and Datalake storage Gen2 costs. |
SQL PaaS DB Reserved Instances | Vantage will suggest purchasing Reserved Instances that can save on your pay-as-you-go costs. |
Files Reserved Instances | Vantage will suggest purchasing Reserved Instances that can save on your on-demand costs. |
SQL DB Reserved Instances | Vantage will suggest purchasing Reserved Instances that provide a reduced rate. |
App Service Reserved Instances | Vantage will suggest purchasing Reserved Instances that provide a reduced rate. |
Cosmos DB Reserved Instances | Vantage will suggest purchasing Reserved Instances that provide a reduced rate. |
Recommendation Type | Description |
---|---|
Rightsizing recommendations | Show whether compute resources are overprovisioned. For example, We have identified 2 Compute instances for rightsizing that offer savings. See the next section for details on viewing resource-specific rightsizing recommendations. |
Commitment recommendations | Commitment-related recommendations for resource-based commitment discounts. For example, We have found that your account could save by purchasing Compute Commitments. |
Identify controllers with low efficiency.
container_cpu_usage_seconds_total
, converted from CPU seconds to cores using .container_memory_working_set_bytes
.pollingInterval
(default to 60 seconds), whereas Prometheus defaults to a 15-second interval. This can smooth out short-term resource usage spikes.Determine the target amount for rightsizing.
avg
: The average usage across all pods of a workload.min
: The average minimum usage across all pods (not the absolute minimum).max
: The average maximum usage across all pods (not the absolute maximum).container_cpu_usage_seconds_total
is used to track CPU usage per second, and averages/max values are derived accordingly.Calculate the potential savings.