Browsing archived posts:
Updating AWS CLI on Linux from Version 1 to Version 2

Amazon Linux 1 and 2 AMI used for EC2 have AWS CLI pre-installed but if it is version 1 and you want to update to version 2, do this.   Step 1. First check which version you have currently installed: aws –version will output something like this: aws-cli/1.14.39 Python/3.7.3 Linux/4.14.193-113.317.amzn1.x86_64 exe/x86_64.amzn.2018   Step 2. Optionally, you […]