https://flyte.org logo
#ask-the-community
Title
# ask-the-community
b

Bosco Raju

05/23/2023, 6:47 PM
v

Vitali

05/24/2023, 10:09 AM
Not totaly sure, but I would guess interruptible nodes are what AWS calls spot instances. Those are compute ressources that could be gone before your job is done. But they are cheaper. In some usecases that are short you may prefer those and use the retry functionality of flyte in case a task was aborted because the instance was gone to early. Please correct me if I am mistaken here.
b

Bosco Raju

05/24/2023, 5:35 PM
I ended up using default-node-selector with AWS managed node group with spot instances. Couldn’t get Interruptible-node-selector to work.