How do i install awscli using the bundled download?



  • Download the awscli bundle.

    $ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
    

    Unzip the bundle.

    $ unzip awscli-bundle.zip
    

    Install the awscli into a directory.

    $ sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
    

Log in to reply
 

© Lightnetics 2024