github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/cloud/spotadvisor/README.md (about)

     1  # spotadvisor
     2  
     3  This package provides an interface for fetching and utilizing [AWS Spot Advisor](https://aws.amazon.com/ec2/spot/instance-advisor/)
     4  data. 
     5  
     6  The data is sourced from: https://spot-bid-advisor.s3.amazonaws.com/spot-advisor-data.json
     7  
     8  The available data are:
     9  
    10  1. Interrupt rate data, described as:
    11      > Frequency of interruption represents the rate at which Spot has reclaimed 
    12      capacity during the trailing month. They are in ranges of < 5%, 5-10%, 10-15%, 
    13      15-20% and >20%.
    14  
    15  2. Savings data, described as:
    16   
    17      > Savings compared to On-Demand are calculated over the last 30 days. Please 
    18      note that price history data is averaged across Availability Zones and may be 
    19      delayed. To view current Spot prices, visit the Spot Price History in the AWS 
    20      Management Console for up to date pricing information for each Availability 
    21      Zone.
    22  
    23  See [godoc](https://godoc.org/github.com/Schaudge/grailbase/cloud/spotadvisor) for usage.