{"id":18754220,"url":"https://github.com/joeyism/py-spotcheck","last_synced_at":"2026-04-25T23:35:58.974Z","repository":{"id":138023751,"uuid":"113116682","full_name":"joeyism/py-spotcheck","owner":"joeyism","description":"A simple CLI tool to check the spot prices of AWS instances","archived":false,"fork":false,"pushed_at":"2017-12-05T23:05:56.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T00:55:35.913Z","etag":null,"topics":["amazon","aws","checker","ec2","instances","price","services","spot","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeyism.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-05T01:39:23.000Z","updated_at":"2022-12-12T10:02:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b639d72-0bc4-4c8b-a11d-f4e8440521df","html_url":"https://github.com/joeyism/py-spotcheck","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fpy-spotcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fpy-spotcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fpy-spotcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fpy-spotcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeyism","download_url":"https://codeload.github.com/joeyism/py-spotcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644166,"owners_count":19673578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","aws","checker","ec2","instances","price","services","spot","web"],"created_at":"2024-11-07T17:28:23.565Z","updated_at":"2025-11-28T17:30:13.529Z","avatar_url":"https://github.com/joeyism.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpotCheck\nA 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.\n\n## Background\n[Spot Instances](https://aws.amazon.com/ec2/spot/) 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.\n\n## Installation\nTo install, use pip such that\n\n```bash\npip3 install --user spotcheck\n```\n\n## Setup\nSince `spotcheck` uses boto3, you'll have to setup the same way. You can view the [docs here](http://boto3.readthedocs.io/en/latest/guide/quickstart.html)\n\n## Usage\nTo use, run\n\n```bash\nspotcheck\n```\n\nand a series of questions will be prompted.\n\nThe results is of the form\n\n```\n+------------------+-------------------+---------------+--------------+---------------+\n| Timestamp        | Availability Zone | Instance Type | Product Desc | Spot Price($) |\n+------------------+-------------------+---------------+--------------+---------------+\n| 2017-11-28 01:00 | ca-central-1a     | t2.micro      | Linux/UNIX   | 0.006100      |\n| 2017-11-28 01:00 | ca-central-1b     | t2.micro      | Linux/UNIX   | 0.006100      |\n| 2017-11-29 01:00 | ca-central-1a     | t2.micro      | Linux/UNIX   | 0.006100      |\n        .                   .                   .               .           .\n        .                   .                   .               .           .\n        .                   .                   .               .           .\n        .                   .                   .               .           .\n+------------------+-------------------+---------------+--------------+---------------+\n\n```\n\n### Repeatable Usage\nIf you don't want to enter the CLI every time, you can run the CLI with the options\n\n```\nspotcheck --InstanceType=t2.micro --ProductDescription=Linux/UNIX --StartTime=$(date -d \"3 days ago\" +\"%Y-%m-%d\") --EndTime=$(date +\"%Y-%m-%d\")\n```\n\n## Version\n* **1.0.x**\n    * Fix Bugs\n\n* **1.0.0**\n    * First publish\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeyism%2Fpy-spotcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeyism%2Fpy-spotcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeyism%2Fpy-spotcheck/lists"}