

The V1 aws script is installed in the Scripts folder under the Python installationĪnd may not be in the PATH, in particular if the py program installed on Windows is used Similar commands can be used to install for a specific version of Python,įor example: py -3.7 -m pip install awscli Which will use the pip corresponding to latest Python. To control the awscli Python package installation, use a command like the following on Windows: py -m pip install awscli Installed Pythons found by py Launcher for Windows The asterisk is output indicates the default Python that will be used. To ensure that the package is installed with the desired Python version,įirst list Python versions using the following command. The AWS command line interface (CLI) is installed using pip.įirst make sure that Python and pip are installed (not described here). This section is retained for historical purposes. Test that the software is accessible by opening a Windows command shell and running: aws -version The installer automatically adds the software folder to the PATH environment variableĪnd the program is C:\Program Files\Amazon\AWSCLI2\aws.exe. Which by default installs the software in C:\Program Files\Amazon\AWSCLIV2. The software is available in a self-extracting installer on the download page. It is recommended to use the latest version of the software. See the AWS CLI installation documentation.

Version 2 has an improved launcher on Windows that simplifies its use over version 1. Make sure to install the latest major version if possible.

The AWS CLI software has multiple versions. TSTool is software developed by the Open Water Foundation to process time series, See also the TSTool Integration documentationįor information about using TSTool to automate AWS tasks. The AWS Command Line Interface (CLI) is a Python tool to manage AWS services on the command line.ĬLI can be run from Windows command line, Cywin, Git Bash, and Linux shell,Īnd allows AWS commands to be scripted and automated. This documentation describes how to install and use the AWS command line interface (CLI).
