https://github.com/crypdick/aws-spot-pricing
AWS Spot price statistics
https://github.com/crypdick/aws-spot-pricing
Last synced: 11 months ago
JSON representation
AWS Spot price statistics
- Host: GitHub
- URL: https://github.com/crypdick/aws-spot-pricing
- Owner: crypdick
- License: apache-2.0
- Created: 2025-07-22T20:35:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T21:15:28.000Z (12 months ago)
- Last Synced: 2025-07-22T23:24:50.877Z (12 months ago)
- Language: Python
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-spot-pricing
A simple CLI tool to fetch AWS EC2 Spot Price history and display statistics with terminal-based charts.
## Usage
```bash
# Basic usage (12 hours of data)
uv run --script main.py --region us-east-1 --instance-type m5.large --hours 12
# 3 months of data
uv run --script main.py --region us-west-2 --instance-type c5.xlarge --hours 2160
```
## Screenshots
### 12-hour price history

### 3-month price history
