Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pnvnd opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pnvnd
Copy link

pnvnd commented May 8, 2024

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

@pnvnd pnvnd added the enhancement New feature or request label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant