Skip to content

Instantly share code, notes, and snippets.

View zahidulislam012's full-sized avatar

zahidul islam zahidulislam012

View GitHub Profile
@zahidulislam012
zahidulislam012 / aws cli configuration
Last active July 26, 2017 10:24
aws cli configuration , launch kypair and instance
#for create aws command line interface we need python so if you do not have python then use this command
sudo apt-get install python
# after that install awscli
pip install --upgrade --user awscli
#check the aws version
aws --version
#if you need to upgrae the aws cli then upgrade it
pip install --upgrade --user awscli
# now we have to configure the aws account via aws cli
aws configure