From 842b534876aa76fa1542944b4b7ad389bb116911 Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 24 Mar 2016 10:04:15 +0100 Subject: [PATCH] Notes in Readme.md in prep for migration to boto3 --- deploy-cluster-aws/Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deploy-cluster-aws/Readme.md b/deploy-cluster-aws/Readme.md index 359b0898..a821cadd 100644 --- a/deploy-cluster-aws/Readme.md +++ b/deploy-cluster-aws/Readme.md @@ -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!