how do you create eks cluster with multiple spot i...
# aws
v
how do you create eks cluster with multiple spot instances?
v
it depends which eks provider you are using, if you use the aws one, you can set capacityType in the node grouphttps://www.pulumi.com/registry/packages/eks/api-docs/managednodegroup/
v
so i need multiple nodegroup?
v
the documentation suggests so