This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |