Log into the unit which is struggling to install awscli 1.7.0
#navigate to home directory
cd /home/adxba
#remove old aws
mv /usr/bin/aws /usr/bin/awsold
#download 1.7.0
wget https://s3.amazonaws.com/aws-cli/awscli-bundle-1.7.0.zip
#unzip
unzip awscli-bundle-1.7.0.zip
#move into folder
cd awscli-bundle
#install script
./install -b /usr/bin/aws
#check the version is installed
aws --version