用于实验的不可靠云

Unreliable cloud for experiments

我需要一台不可靠的 cloud/cluster 计算机,这些计算机很容易出现故障,以用于我在学校进行的一些实验。当我说不可靠时,我的意思是机器可能会发生故障或任意减速。

有现成的服务吗?如果没有,是否有任何方法可以在不涉及终止实例的现成云(AWS、Azure、Google 云)上获得此行为?

编辑 - 我的实验不允许配置不足。

无论您选择哪个云提供商,都有构建的框架来强制关闭,以便您可以测试应用程序的可靠性。 Netflix Simian Army 是一个经典的例子:

This was our philosophy when we built Chaos Monkey, a tool that randomly disables our production instances to make sure we can survive this common type of failure without any customer impact.

由于您正在进行实验并出于任何原因决定使用 AWS,因此 Spot Instances 可能满足您的需求。它们成本低,但有一些缺点:

Spot Instances can be interrupted by EC2 with two minutes of notification when EC2 needs the capacity back.