definitive_guide_to_django_deployment
definitive_guide_to_django_deployment copied to clipboard
fab setup_aws script can't handle pre-existing ssh key
If you put in a key name and follow the cp <YOUR PATH TO KEY> command (which actually just creates a file named "ssh" instead of a directory) then later running the fab setup_aws script command will faill with error
Traceback (most recent call last):
File "/project/env/local/lib/python2.7/site-packages/fabric/main.py", line 743, in main
_args, *_kwargs
File "/project/env/local/lib/python2.7/site-packages/fabric/tasks.py", line 405, in execute
results['
I get the same error with: fab create_instance:webserver