Do people actually use Amazon EC2 Spot?

0

I'm curious on how much our team should be leveraging this for cost savings. If you don't use Spot, why aren't you using it? For us, it's because we don't really know how to use it but curious to know others' thoughts.

已提问 1 年前480 查看次数
2 回答
0

Whether or not to use spot instances would depend on the application you are using.
For example, it may be used to reduce costs in applications where there is no problem even if the process stops halfway due to capacity limitations on the AWS side.

Spot instances are suitable for cases where a large amount of data is processed in a short period of time, for example, in batch processing. However, if the end time is critical, it may not be possible to make it in time if the spot instance is stopped, so it is advisable to design the system with a sufficient margin of time.

On-demand instances are expensive and reserved instances are not applicable when a large number of servers are needed in a short period of time, such as for a game application testing environment. In such cases, preparing the environment with spot instances can significantly reduce costs. However, it is a good idea to make sure that the members executing the test fully understand that the environment is configured with Spot instances.

In addition, in conjunction with these methods, SpotFleet and AutoScaling groups can be utilized together to make the use of spot instances more friendly.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html

A Spot Instance is an instance that uses spare EC2 capacity that is available for less than the On-Demand price. Because Spot Instances enable you to request unused EC2 instances at steep discounts, you can lower your Amazon EC2 costs significantly. The hourly price for a Spot Instance is called a Spot price. The Spot price of each instance type in each Availability Zone is set by Amazon EC2, and is adjusted gradually based on the long-term supply of and demand for Spot Instances. Your Spot Instance runs whenever capacity is available.

profile picture
专家
已回答 1 年前
profile pictureAWS
专家
iBehr
已审核 1 年前
profile picture
专家
已审核 1 年前
0

Here is a workshop that walks through services and scenarios for using Spot, AMAZON EC2 SPOT INSTANCES WORKSHOPS.

profile pictureAWS
专家
kentrad
已回答 1 年前
profile pictureAWS
专家
iBehr
已审核 1 年前
profile picture
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则