-->

Monday, July 18, 2016

AWS Cli installation from awscli.zip

You can install the AWS cli using the boto sdk as discussed in my previous post

You can also download the aws cli zip package and install the aws cli from it as

 curl "http://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"  
 unzip awscli-bundle.zip  
  sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws  

0 comments:

Post a Comment