spotinfo

CLI for exploring AWS EC2 Spot inventory. Inspect AWS Spot instance types, saving, price, and interruption frequency.

GitHub Stars

150

User Rating

Not Rated

Favorites

0

Views

38

Forks

9

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Go: Version 1.16 or higher must be installed.
Git: Latest version must be installed.

Installation Steps

1. Clone Repository

bash
git clone https://github.com/alexei-led/spotinfo.git
cd spotinfo

2. Fetch Go Modules

bash
go mod tidy

3. Build

bash
go build

Troubleshooting

Common Issues

Issue: Build errors occur Solution: Check your Go version and ensure dependencies are correctly fetched.

Additional Resources