Skip to main content

A simple CLI tool to check the spot prices of AWS instances.

Project description

A simple CLI tool to check the spot prices of AWS EC2 instances. This tool is utilized to check the recent prices of spot instances for different instance type, so the user can make an informed decision on the price to set for spot instances.

Background

Spot Instances are a good resource to use AWS EC2 instances for fairly cheap, and I am very frugal. This tool allows me (and you, the user) to check historical prices of spot instances to make an informed decision on the prices to set when creating an EC2 instance.

Installation

To install, use pip such that

pip3 install --user spotcheck

Setup

Since spotcheck uses boto3, you’ll have to setup the same way. You can view the docs here

Usage

To use, run

spotcheck

and a series of questions will be prompted.

The results is of the form

+------------------+-------------------+---------------+--------------+---------------+
| Timestamp        | Availability Zone | Instance Type | Product Desc | Spot Price($) |
+------------------+-------------------+---------------+--------------+---------------+
| 2017-11-28 01:00 | ca-central-1a     | t2.micro      | Linux/UNIX   | 0.006100      |
| 2017-11-28 01:00 | ca-central-1b     | t2.micro      | Linux/UNIX   | 0.006100      |
| 2017-11-29 01:00 | ca-central-1a     | t2.micro      | Linux/UNIX   | 0.006100      |
        .                   .                   .               .           .
        .                   .                   .               .           .
        .                   .                   .               .           .
        .                   .                   .               .           .
+------------------+-------------------+---------------+--------------+---------------+

Repeatable Usage

If you don’t want to enter the CLI every time, you can run the CLI with the options

spotcheck --InstanceType=t2.micro --ProductDescription=Linux/UNIX --StartTime=$(date -d "3 days ago" +"%Y-%m-%d") --EndTime=$(date +"%Y-%m-%d")

Version

  • 1.0.x

    • Fix Bugs

  • 1.0.0

    • First publish

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

spotcheck-1.0.1-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file spotcheck-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for spotcheck-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 23646d8c01bc9384564c8f440b056086e33e60332c2340116f77e3f9915e7e43
MD5 d97a9061551028c9bc852d0ac5c42e7b
BLAKE2b-256 6f435c3246e2544acf7df20540f4167653237e45e0caa9dad23d8d0867833573

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page