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.17.9
$ aws

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/awscli/1.17.9
$ sudo chown aorth /export/apps/awscli/1.17.9
$ python3 -m venv /export/apps/awscli/1.17.9
$ source /export/apps/awscli/1.17.9/bin/activate
$ pip install --upgrade setuptools pip
$ pip install awscli
$ sudo chown -R root:root /export/apps/awscli/1.17.9
awscli-software.1580763206.txt.gz · Last modified: 2020/02/03 20:53 by aorth