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 年前檢視次數 479 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南