Denis Zubo
Denis Zubo
This tool is amazing, but I wonder if it's possible to add support for the spot instances?
Sequence: 1. fe2 launch spot1 base 80 m5.2xlarge --spot 2. Wait until instance provided. 3. fe2 terminate spot1 4. Check EC2 web console minute later - there is a new...
`fe2 terminate inst1` returns error: ``` Traceback (most recent call last): File "/Users/zubo/anaconda/envs/fastai/bin/fe2", line 10, in sys.exit(main()) File "/Users/zubo/anaconda/envs/fastai/lib/python3.7/site-packages/fastec2/__init__.py", line 9, in main else: fire.Fire(EC2) File "/Users/zubo/anaconda/envs/fastai/lib/python3.7/site-packages/fire/core.py", line 127, in...