


- #INSTALL AWS CLI FOR WINDOWS HOW TO#
- #INSTALL AWS CLI FOR WINDOWS INSTALL#
- #INSTALL AWS CLI FOR WINDOWS SERIES#
Pip 20.2.2 from /home/brokedba/.local/lib/python2.7/site-packages/pip (python 2.7) brokdba:~$ pip install awscli - Run the version command to confirm it was installed correctly.īrokedba~$ aws -version aws-cli/1.18.130 Python/2.7.12 Linux/4.4.0-18362-Microsoft botocore/1.17.53 which aws You might also install AWS CLI using if the following pip command (already installed for 2.7.9+).

Installation using Python Package manager (pip) :.Run the version command to confirm it was installed correctly.īrokedba~$ aws -version aws-cli/1.18.130 Python/2.7.12 Linux/4.4.0-18362-Microsoft botocore/1.17.53 awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws I also had AWS-CLI installed on my windows subsystem for Linux ( WSL) where the installation was done as follows :īrokedba~$ curl " " -o "awscli-bundle.zip" brokedba~$ unzip awscli-bundle.zipīrokedba~$ sudo. C:\Users\kosse> aws -version aws-cli/1.18.130 Python/3.6.0 Windows/10 botocore/1.17.53 C:\Users\kosse> where awsĬ:\Program Files\Amazon\AWSCLI\bin\aws.exe – Run the version command to confirm that AWS CLI was installed correctly. The AWS CLI version 1 will automatically install the correct version as followsĬ:\Program Files\Amazon\AWSCLI for 64-bit systemĬ:\Program Files (x86)\Amazon\AWSCLI for a 32-bit system.ģ- Open the Environment Variable window and add the bin directory to the PATH variable Python 2.7+ or 3.4+ as default Python runtimeġ- Download and execute the following AWS-CLI installer Ģ- Follow the on-screen instructions.Whether you install AWS-CLI on windows or on Linux the basic install will always require 2 elements: Launch an instance using AWS ansible modules.
#INSTALL AWS CLI FOR WINDOWS SERIES#
This time my focus is its AWS equivalent as I intend to explore different ways of provisioning instances in all major Cloud shops (OCI, AWS, Azure, GCP), and since my next article will depend on AWS-CLI, I will start with the configuration piece which I found easier than for OCI-CLI.Ĭontext: This is part of a series of 4 articles that will build quick hands-on experiences on AWS provisioning.
#INSTALL AWS CLI FOR WINDOWS HOW TO#
In a previous post, I described how to configure Oracle Cloud infrastructure CLI. Almost every cloud provider has a Command Line Interface (CLI) which is a unified tool to manage cloud resources.
