Home
About us
Services
Team
Blog
Contact us
Home
About us
Services
Team
Blog
Contact us
Home
Installing Amazon CLI and Terraform on Windows desktop
Installing Amazon CLI and Terraform on Windows desktop
27 May 2019
Bajrang Gupta
Comments Off
Amazon CLI is useful for running the deployment scripts built using Terraform.
Install Amazon CLI
Step 1: Check if Python is installed on your machine, if not Install Python on your desktop.
Step 2: Verify python is installed by executing the command.
python –version
Step 3: Verify pip command works – This by default comes with Python installation.
pip -V
Step 4: Execute command
pip install awscli
This requires download of certain libraries and would need the proxy setup
Set up proxy before executing the
pip install awscli
command:
set HTTP_PROXY=: or DNS
set HTTPS_PROXY=: or DNS
Step 5: If it provides a warning about pip version, you can upgrade pip :
python -m pip install –upgrade pip
Step 6: Verify you can execute command
aws
Install Terraform
Step 1: Download terraform
https://www.terraform.io/downloads.html
(64-Bit Windows)
Step 2: Unzip the downloaded file to a location and add the path to user/system variable PATH
Step 3: Verify you can execute the command
terraform version
from command line
Archives
May 2019
September 2017
July 2017
March 2017
February 2017
September 2010
December 2009
September 2009
December 2008
Categories
Uncategorized
Recent Posts
Stopping and Removing Containers
29 May 2019
Installing Amazon CLI and Terraform on Windows desktop
27 May 2019
Convert DOS to UNIX and vice versa
25 May 2019
Calendar
November 2024
M
T
W
T
F
S
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
« May
Installing Amazon CLI and Terraform on Windows desktop
Step 1: Download terraform https://www.terraform.io/downloads.html (64-Bit Windows)
Archives
Categories
Recent Posts
Stopping and Removing Containers
29 May 2019Installing Amazon CLI and Terraform on Windows desktop
27 May 2019Convert DOS to UNIX and vice versa
25 May 2019Calendar