Instructions for installing and using the AWS command line (awscli) on CentOS

Thing you want to do

Premise

Before installation

You cannot use the aws command. When you hit aws

bash: aws: command not found

Is displayed.

Installation method

In any directory, execute the following with root privileges.

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
You can now run: /usr/local/bin/aws --version

Is displayed, the installation is successful. You can check the version by hitting as follows.

aws --version
aws-cli/2.1.1 Python/3.7.3 Linux/3.10.0-1062.12.1.el7.x86_64 exe/x86_64.centos.7

Recommended Posts

Instructions for installing and using the AWS command line (awscli) on CentOS
Using JUnit from the command line on Ubuntu
Compile and run Java on the command line
Use the iostat command on CentOS 8
Installing and using Ansible on Ubuntu 16.04
Installing and configuring ClipBucket and Nginx on CentOS 7
Tips for using the Spotify app on Ubuntu
Use your own docker-compose.yml on the command line
Notes on updating Ubuntu from the command line (16.04 → 18.04, 18.04 → 20.04 both)
I installed CentOS 8 on Windows 10 using VirtualBox and Vagrant
Command to try using Docker for the time being
I want to use Java Applet easily on the command line without using an IDE
[Memo] Run Node.js v4.4.5 on CentOS 4.9 / RHEL4 (i386) for the time being (gcc-4.8 and glibc2.11 on LinuxKernel 2.6.9)