We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have an option to show infrastructure recommendations to be of the same architecture.
Here's an example: I have a t2.medium instance and the recommendation is to switch to a t4g.small instance.
t2.medium
t4g.small
This is great, except I can't simply switch my instance from i386 to arm64.
i386
arm64
Here's the error when I try to do this (and is expected):
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.
t3a.small
x86_64
One way would be to also have a column for the architecture, or a toggle to only show recommendations with matching architectures.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 at4g.small
instance.This is great, except I can't simply switch my instance from
i386
toarm64
.Here's the error when I try to do this (and is expected):
For this particular case, switching to
t3a.small
was the solution since there was no issue with my OS and going fromi386
tox86_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
The text was updated successfully, but these errors were encountered: