Does Autospotting support Graviton2 and Mixed Instance Policy? #460
Unanswered
bilalmughal
asked this question in
Q&A
Replies: 1 comment
-
Thanks for your questions, I'll try to answer them one by one: Does Autospotting support Arm Based CPUs?
Does Autospotting fully support launch templates?
Does Autospotting work with MixedInstancesPolicy?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if it's the right place to ask this question but I feel this feature will not only takes the "AutoSpotting" a level above. And will help many others as well.
We can have multiple launch templates to allow instances with different CPU architectures (Arm and x86) to launch in the same Auto Scaling group.
We can achieve this with following cloudformation template snippet
Since the mixed instance policy does not support LaunchConfiguration, so we are forced to use launch template here. And I was never able to make AutoSpotting work with the launch template anyways.
To sum up everything
MixedInstancesPolicy
?Beta Was this translation helpful? Give feedback.
All reactions