


aws configure Step 6: Testing the AWS CLIĪfter successfully authenticating and connecting your AWS account to check AWS CLI is working you run a simple command such as the one given below to see the list of all your Amazon S3 buckets. Just type the given command and enter your AWS Access Key ID, AWS Secret Access Key, and other required details.

To connect and manage the AWS service you need to configure your cloud account credential in your terminal using the AWS CLI tool. The above command will print the version details in your terminal… Step 5: Configuration pip3 install awscli -user Step 4: Confirm AWC-CLI versionĪs you are done with the installation, let’s confirm whether our Linux system has the AWS CLI or not, and if it is then what version. Once the PIP is on your Linux system installing AWS CLI using it is quite simple, just follow the given command and in a few seconds, you will have the latest version of AWCLI on your system. Sudo yum install python3 python3-pip Step 3: Install AWS CLI on Linux using PIP For Redhat, CentOS, AlmaLinux, Rocky Linux, and similar Linux.Most of the modern Linux systems will already have Python3 pre-installed, however, if not then you have to configure it first, along with its package manager which is PIP. Whereas, RedHat based systems including Amazon Linux users can use- sudo yum update Step 2: Install Python and PIP If you are on Debian, Ubuntu, or any similar Linux then the command is: sudo apt update So, according to your Linux system run the system update command first. To follow this tutorial you must be on a Linux system like Ubuntu, CentOS, Alamlinux Amazon Linux, or any other. Step 6: Testing the AWS CLI Step 1: Update your Linux
