1) Download Python: as I write the latest version is 3.4.3 - https://www.python.org/downloads/release/python-343/
2) Install it (GUI installer);
3) Install pip [easy installer for Python tools (easier to setup awscli later)]:
$ sudo easy_install pip
4) Install awscli with pip
$ sudo pip install awscli
5) Test it:
$ aws --version
aws-cli/1.7.35 Python/2.7.5 Darwin/13.4.0
And you are ready to setup your access to AWS. I will talk about it in another article.
Nenhum comentário:
Postar um comentário