Prerequisites
git
python & pip:
python 2 version >= 2.6.5 or python 3 version >= 3.3
ansible
SSH keys
aws cli
1. git
2. python & pip
check that you have python 2 version >= 2.6.5 or python 3 version >= 3.3 installed
if not - install it choosing apropriate binary from here
check if you have
pip
python package manager installif not - install it following instructions from here. Basically, you need to download this script and save it on your computer https://bootstrap.pypa.io/get-pip.py then run
3. ansible
follow this guide to install ansible. For example, you can use
pip
to do it:use
pip
to install the following packages:
4. SSH keys
check if you already have a keypair:
If you already have key pair, you can skip this section.
2. generate ssh key-pair
insert your email address there and a strong password. By default, keys will be saved to ~/.ssh/
and named id_rsa
with your public key being ~/.ssh/id_rsa.pub
.
5. aws cli
check if you have aws cli installed
if not - install it following these instructions. The simplest way is to use
pip
:Mac systems with homebrew installed:
Proceed to Configure AWS
Last updated