AWS

You need an instance for running workloads. You don't care if they fail for a given moment as long as they run eventually. Which pricing model would you use?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Spot instances. The discount potential is the highest compared to all other pricing models. The disadvantage is that you can lose the instance at any point so, you must run only workloads that you are fine with them failing suddenly.