Notes in Readme.md in prep for migration to boto3

This commit is contained in:
troymc 2016-03-24 10:04:15 +01:00
parent 0dcfa8045c
commit 842b534876

View File

@ -5,9 +5,10 @@
#### Prerequesites
- Valid AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY is needed, both are exported as variables to the shell
- awscli,
- boto
- fabric w/ fabtools
- awscli - DO WE EVEN USE THIS?
- boto - DEPENDENCY BEING REMOVED
- boto3 (Python 2 or 3)
- fabric w/ fabtools (Python 2 only)
#### Cluster Installation
- Got to the DEPLOY-directory and run './startup.sh' with two parameters (tag and number of nodes)...that's it!