cjh1 / ansible_ec2_cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Install required Python modules

pip install -r requirements.txt

Set AWS credentials in environment

export AWS_ACCESS_KEY_ID=XXX
export AWS_SECRET_ACCESS_KEY=XXX

Update configuration

Edit vars/local.yml to define your setup.

Launch cluster

./launch_cluser.sh

Provision cluster

./provision_cluster.sh

Terminate cluster

./terminate_cluster.sh

About


Languages

Language:Python 97.5%Language:Shell 2.5%