Posts

How to install aws cli in Ubuntu 18.04 &16.04 LTS By manikanta

Image
Today my question is why we should use   aws cli in  our environment. Let’s discuss I think you know very well our IT sector is moving toward automation and we are performing our 90% task with the help of automation tools like Jenkins, Ansible, Bit-bucket, Bamboo, etc. etc. similarly aws cli is automation tool of AWS that provides help us to automate our daily basis task. In simple language you can use aws cli to create scripts for automating your Amazon Web Services. In this article we will discuss how to  install aws cli in Ubuntu  18.04&16.04 LTS. There are mainly  two way to install aws cli in Ubuntu. Let’s discuss one by one. From official repository of Ubuntu Using python pip Method 1:  Using apt repository to install aws cli in Ubuntu. First of all we will install from official repository of Ubuntu. Check the Ubuntu version first and then update official repository of Ubuntu. 1 cat / etc / lsb - release 1...