我一直在阅读 Spot 实例,但仍然找不到一种足够安全且无需停机的方法。如果我启动一个普通实例和一个现货实例然后在它们之间进行负载平衡,是否有可能?
还有其他建议吗?:) ,我不介意使用 Spot 实例,但问题是它在关闭之前没有发出警告。
我一直在阅读 Spot 实例,但仍然找不到一种足够安全且无需停机的方法。如果我启动一个普通实例和一个现货实例然后在它们之间进行负载平衡,是否有可能?
还有其他建议吗?:) ,我不介意使用 Spot 实例,但问题是它在关闭之前没有发出警告。
It is absolutely possible to load balance between spot instances and on demand instances. I'm doing it right now. I'm using two auto scaling (AS) groups. One for Spot and the other for On Demand. The load balancer is specified when you create an AS group. You can specify the number of instances you want or choose to scale based on load. Auto Scaling is not available in the AWS Console at this time, so there may be a learning curve to get yourself up and running with the API.