[PYTHON] Installed aws-cli On Mac OS X Lion

environment

setup

shell


$ virtualenv aws-cli
$ cd aws-cli/
$ source bin/activate
$ pip install awscli
$ source bin/aws_zsh_completer.sh
$ vi config

config file

config


[default]
aws_access_key_id=<default access key>
aws_secret_access_key=<default secret key>
region=ap-northeast-1

usage

shell


$ export AWS_CONFIG_FILE=/path/to/aws-cli/config
$ aws --version
aws-cli/1.0.0 Python/2.7.1 Darwin/11.4.2
$ aws ec2 describe-instances
$ aws s3 ls
# more information see help
$ aws help

Recommended Posts

Installed aws-cli On Mac OS X Lion
Memo on Mac OS X
Install Sphinx on Mac OS X
Install mitmproxy on Mac OS X
Install pgmagick on Mac OS X 10.9
Run NASA CEA on Mac OS X
Run Zookeeper x python (kazoo) on Mac OS X
Mac OS X Mountain Lion 10.8.5 Development environment construction
Shpinx (Python documentation builder) on Mac OS X
Preparing to use aws cli on Mac OS X
Building an environment for "Tello_Video" on Mac OS X
Very easy to install SciPy on Mac OS X
Build a Python development environment on Mac OS X
Install PyQt5 with homebrew on Mac OS X Marvericks (10.9.2)
Create a Python development environment on OS X Lion
Steps to use the AWS command line interface (Python / awscli) on Mac OS X
Using multiple versions of Python on Mac OS X (2) Usage
Using NAOqi 2.4.2 Python SDK on Mac OS X El Capitan
How to install Theano on Mac OS X with homebrew
Installation of scikit-learn (Mac OS X)
Install Scipy on Mac OS Sierra
I installed Linux on my Mac
I installed Caffe so that I can do deep learning on MAC OS X El Capitan
Get started with the Python framework Django on Mac OS X
Using multiple versions of Python on Mac OS X (1) Multiple Ver installation
Continuation ・ Notes on preparing the Python development environment on Mac OS X
Install lp_solve on Mac OS X and call it with python.
How to install Theano on Mac OS X 10.10 (using pyenv, anaconda)
Mac OS X Mavericks 10.9.5 Development environment construction
Install matplotlib on OS X El Capitan
How to erase Python 2.x on Mac.
I installed Kivy on a Mac environment
GeoDjango + SQLite environment construction on OS X
Mac OS X Yosemite 10.10 Development environment construction
Mac OS X development environment construction memo
[Just a note] Until Keras + TensorFlow works on Mac OS X Sierra
I installed Pygame with Python 3.5.1 in the environment of pyenv on OS X
Preparing to run ImageMagick + im4java on Mac OS
Mac OS Preferences
python on mac
Put Python 2.7.x on Mac OSX 10.15.5 with pyenv
Installing TensorFlow 0.11.0rc2 on OS X El Capitan (10.11.6)
Build a machine learning Python environment on Mac OS
How to install caffe on OS X with macports
mac OS X 10.15.x pyenv Python If you can't install
pangolin x python x mac os build failed memorandum unsolved
Install Tensorflow on Mac
Install pyenv on mac
Install Ansible on Mac
Install Python 3 on Mac
numba installation on mac
Run OpenMVG on Mac
Install aws-cli on MacPorts
Install Python 3.4 on Mac
Install Caffe on Mac
Install mecab on mac
Install awscli on centos7
Install mecab-python on Mac
Try deepdream on Mac
Word Count with Apache Spark and python (Mac OS X)
Introducing delocate, a wheel package utility for Mac OS X