How to install and configure AWS CLI on Ubuntu 16.04/18.04

Step 1 Install python in your linux system by following the commands

sudo apt install python3-minimal -y

To verify version of python use the following command.

python3 -V

This will show you version of python, make sure you must have requires Python 2.6.5 or higher, Install using pip.

To install awscli in your linux based operating system use the following command.

sudo apt install python-pip -y
sudo pip install awscli
aws –version

aws configuration – ap-south-1

Conclusion

We have successfully install and configure AWS CLI on Ubuntu 16.04/18.04 Kindly report in case you are facing difficulties with following details.

  • OS name
  • OS version
  • Package name
  • Logs – Error / Warning / failed
How to install and configure AWS CLI on Ubuntu 16.04/18.04

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top