aws / amazon-ec2-spot-interrupter

The ec2-spot-interrupter is a simple CLI tool that triggers Amazon EC2 Spot Interruption Notifications and Rebalance Recommendations.
Apache License 2.0
87 stars 11 forks source link

Starting in `--interactive` mode exits prematurely #7

Closed brycahta closed 2 years ago

brycahta commented 2 years ago

Issue

[23/05/22 12:41:17] ➜  amazon-ec2-spot-interrupter git:(main) ✗ go run cmd/main.go --interactive -i i-0a2e78f0dcb6990c3 --region us-east-1
How long to wait before sending the interruption notifications?
Creating Interruption Experiment 

Press q to quit.
[23/05/22 12:41:48] ➜  amazon-ec2-spot-interrupter git:(main)

Expected Outcome

brycahta commented 2 years ago

Can't repro with latest; could've been some local changes causing the issue.