fastec2
fastec2 copied to clipboard
AWS EC2 computer management for regular folks
``` Traceback (most recent call last): File "/home/mu/miniconda3/envs/rave/bin/fe2", line 8, in sys.exit(main()) File "/home/mu/miniconda3/envs/rave/lib/python3.9/site-packages/fastec2/__init__.py", line 9, in main else: fire.Fire(EC2) File "/home/mu/miniconda3/envs/rave/lib/python3.9/site-packages/fire/core.py", line 141, in Fire component_trace = _Fire(component, args,...
Hi, thanks for your great tool! I just stumbled across this typo when using: `fe2 terminate --help`
I've just installed fe2 as described in the howto article. When attempting to enter the REPL, I get the following error: Traceback (most recent call last): File "/usr/local/anaconda3/envs/py37/bin/fe2", line 10,...
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...
The `lsyncd` instructions don't seem to work. The line ``` fe2 script myscript.sh spot2 18.188.162.203 ``` doesn't work and doesn't match the function signature ``` def script(self, scriptname, inst, user='ubuntu',...
Error log below ``` sumith@yoda:~/research/aws$ fe2 script myscript.sh inst1 Traceback (most recent call last): File "/home/sumith/software/anaconda3/bin/fe2", line 10, in sys.exit(main()) File "/home/sumith/software/anaconda3/lib/python3.6/site-packages/fastec2/__init__.py", line 9, in main else: fire.Fire(EC2) File "/home/sumith/software/anaconda3/lib/python3.6/site-packages/fire/core.py",...
This command ssh's into `od1` and continuously prints `channel 4: open failed: connect failed: Connection refused`. Could not access `localhost:8888` on local machine
I am an extremely regular AWS folk, but it looks it is possible to retain the data after the spot instance terminates: https://aws.amazon.com/premiumsupport/knowledge-center/ami-preserve-ebs-spot/ Could this feature be added to the...
`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...