How to Install AWSCLI – Object Storage CLI

Posted on by J. Mays | Updated:
Reading Time: < 1 minute

awscli is a python module that enables a user to interact with Storm Object Storage via the command line.

Storm Object Storage 101: Command Line
I. How to Install an Object Storage Command Line Interface (awscli)
II. How to Configure awscli for Use with Storm Object Storage
III. How to Use Basic awscli Commands with Storm Object Storage
Pre-Flight Check
  • These instructions are intended specifically for installing awscli, a tool for managing Storm Object Storage from the command line .
  • I’ll be working from a Liquid Web Core Managed CentOS 7 server, and I’ll be logged in as root.

Step 1: Verify Python is Later than Version 2.6.3

How to Check and Verify the Version of Python

Step 2: Verify That Pip is Installed

How to Install Pip on CentOS 7

Step 3: Install awscli

Let’s install awscli with Pip:

pip install awscli

If you’re upgrading an existing awscli installation, then use the –upgrade option:

pip install --upgrade awscli

Avatar for J. Mays

About the Author: J. Mays

As a previous contributor, JMays shares his insight with our Knowledge Base center. In our Knowledge Base, you'll be able to find how-to articles on Ubuntu, CentOS, Fedora and much more!

Latest Articles

How to use kill commands in Linux

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article

Change the root password in WebHost Manager (WHM)

Read Article