AWS CLI Installation Process on MS Windows ::
MSI Installation Steps ::
You can download MSI setup for 32 & 64 Bit OS.
https://s3.amazonaws.com/aws-cli/AWSCLI64.msi
https://s3.amazonaws.com/aws-cli/AWSCLI32.msi
From this link download the setup and install the setup it will install and open the AWS configuration.
For check that set up installed properly or not simply use the below command ::
>> install Python 3.6 and pip (Windows)::
Download the Python 3.6 Windows x86-64 executable installer from this link
Python.Org
MSI Installation Steps ::
You can download MSI setup for 32 & 64 Bit OS.
https://s3.amazonaws.com/aws-cli/AWSCLI64.msi
https://s3.amazonaws.com/aws-cli/AWSCLI32.msi
From this link download the setup and install the setup it will install and open the AWS configuration.
For check that set up installed properly or not simply use the below command ::
aws --version
>>
>> Steps for installing
Python, pip, and the AWS CLI
Steps ::>> install Python 3.6 and pip (Windows)::
Download the Python 3.6 Windows x86-64 executable installer from this link
Python.Org
Run the installer.
Choose Add Python 3.6 to PATH.
Choose Install Now.
Installation Progress going on
After finishing the installation Verify that Python and pip are both installed correctly with the following commands:
C:\Windows\System32> python
--version
Python 3.6.2
C:\Windows\System32>
pip --version
>> AWS CLI using pip:
C:\Windows\System32> pip install awscli
PIP Installation going onAfter installation done. Need to verify
C:\Windows\System32> aws –version (open command prompt as administrator)
Here it is showing aws version. AWS Installation properly.
0 comments:
Post a Comment