리눅스 aws CLI 설치 (pip)

1 개요[ | ]

Installing the AWS Command Line Interface
리눅스 AWS CLI 설치
리눅스 awscli 설치
  • 파이썬 2.6.5+(또는 3.3+) 필요

2 사전작업[ | ]

3 확인[ | ]

root@zetawiki:~# aws --version
The program 'aws' is currently not installed. You can install it by typing:
apt-get install awscli
root@zetawiki:~# python -V
Python 2.7.6
root@zetawiki:~# pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)

4 설치[ | ]

root@zetawiki:~# pip install awscli
Downloading/unpacking awscli
  Downloading awscli-1.10.1-py2.py3-none-any.whl (880kB): 880kB downloaded
Downloading/unpacking docutils>=0.10 (from awscli)
  Downloading docutils-0.12.tar.gz (1.6MB): 1.6MB downloaded
... (생략)
    changing mode of /usr/local/bin/rst2xetex.py to 755
    changing mode of /usr/local/bin/rst2pseudoxml.py to 755
Successfully installed awscli docutils rsa botocore pyasn1 jmespath python-dateutil
Cleaning up...
root@zetawiki:~# aws --version
aws-cli/1.10.44 Python/2.7.6 Linux/3.16.0-30-generic botocore/1.4.34

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}