newrelic / nr1-cloud-optimize

NR1 Cloud Optimize allows you to Identify right-sizing opportunities and potential savings of your AWS, GCP, and Azure instances across your cloud environment.
https://discuss.newrelic.com/t/cloud-optimizer-nerdpack/82936
Apache License 2.0
48 stars 37 forks source link

[Feature Request] Show infrastructure recommendations to be of the same architecture #159

Open pnvnd opened 1 month ago

pnvnd commented 1 month ago

Summary

Have an option to show infrastructure recommendations to be of the same architecture.

Desired Behavior

Here's an example: I have a t2.medium instance and the recommendation is to switch to a t4g.small instance. image

This is great, except I can't simply switch my instance from i386 to arm64. image

Here's the error when I try to do this (and is expected): image

For this particular case, switching to t3a.small was the solution since there was no issue with my OS and going from i386 to x86_64 architecture.

Possible Solution

One way would be to also have a column for the architecture, or a toggle to only show recommendations with matching architectures.

Additional context