User Tools

Site Tools


awscli-software

This is an old revision of the document!


Table of Contents

awscli

This package provides a unified command line interface to Amazon Web Services.

Information

Usage

See which versions of awscli are available:

$ module avail awscli

Load one version into your environment and run it:

$ module load awscli/1.22.10
$ aws

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/awscli/1.22.10
$ sudo chown -R aorth:aorth /export/apps/awscli/1.22.10
$ python3 -m venv /export/apps/awscli/1.22.10
$ source /export/apps/awscli/1.22.10/bin/activate
$ pip install --upgrade setuptools pip
$ pip install awscli==1.22.10
$ sudo chown -R root:root /export/apps/awscli/1.22.10
awscli-software.1637582910.txt.gz · Last modified: 2021/11/22 12:08 by aorth