| Crates.io | spotter |
| lib.rs | spotter |
| version | 0.1.4 |
| created_at | 2025-05-31 18:57:45.85442+00 |
| updated_at | 2025-07-18 18:00:59.478951+00 |
| description | AWS EC2 Spot Instance Advisor CLI Tool |
| homepage | |
| repository | https://github.com/kohbis/spotter |
| max_upload_size | |
| id | 1696552 |
| size | 107,447 |
A command-line tool for AWS EC2 Spot Instance Advisor. Spotter helps you find the most cost-effective and reliable spot instances across AWS regions.
brew install kohbis/spotter/spotter
cargo install spotter
git clone https://github.com/kohbis/spotter.git
cd spotter
cargo install --path .
# Show spot instance information for the default region (us-east-1)
spotter
# Show spot instance information for a specific region
spotter --region ap-northeast-1
# Filter by instance family
spotter --instance-type m5
# Filter by instance size
spotter --instance-type large
# Filter by specific instance type
spotter --instance-type m5.large
[!WARNING] For the latest and exact spot prices, check AWS management console.
# Include spot prices for Linux and Windows
spotter --spot-price
spotter --help
+---------------+--------------+-------------------+-----------+-------+------------------+--------------------+---------+
| Instance Type | Region | Interruption Rate | Memory GB | Cores | Linux Spot Price | Windows Spot Price | Savings |
+---------------+--------------+-------------------+-----------+-------+------------------+--------------------+---------+
| c5.large | us-east-1 | < 5% | 4.0 | 2 | 0.0431 | 0.1431 | 72% |
| m5.large | us-east-1 | 5-10% | 8.0 | 2 | 0.0452 | 0.1452 | 68% |
| r5.large | us-east-1 | < 5% | 16.0 | 2 | 0.0595 | 0.1595 | 70% |
+---------------+--------------+-------------------+-----------+-------+------------------+--------------------+---------+
Spotter fetches data from two AWS sources:
The tool combines this information to give you a comprehensive view of spot instances, helping you make informed decisions about which instances to use for your workloads.
This project is licensed under the MIT License - see the LICENSE file for details.