awscli-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| awscli-software [2021/11/22 12:08] – aorth | awscli-software [2021/11/22 13:26] (current) – aorth | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: February, 2020 | * Added: February, 2020 | ||
| * Updated: November, 2021 | * Updated: November, 2021 | ||
| - | * Link: https://pypi.org/project/awscli | + | * Link: https://docs.aws.amazon.com/cli/latest/ |
| ===== Usage ===== | ===== Usage ===== | ||
| Line 16: | Line 16: | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| - | $ aws</ | + | $ aws --version |
| + | aws-cli/ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Line 23: | Line 24: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ sudo chown -R aorth: | + | $ curl " |
| - | $ python3 -m venv / | + | $ unzip awscliv2.zip |
| - | $ source / | + | $ sudo mkdir -p / |
| - | $ pip install --upgrade setuptools pip | + | $ sudo chown aorth / |
| - | $ pip install awscli==1.22.10 | + | # install will use the v2 directory... |
| - | $ sudo chown -R root:root / | + | $ ./aws/install --install-dir / |
| + | $ sudo chown -R root:root / | ||
| + | |||
| + | **Note:** As of version 2 Amazon has switched from a Python package to a static binary that seems to include its own Python etc. Their installer is annoying as it tries to create directories, | ||
awscli-software.1637582910.txt.gz · Last modified: by aorth
