Create vars/aws_credentials.yml with the following variables:
aws_access_key: <aws access key>
aws_secret_key: <aws secret key>Perform make install to install dependencies
make installTo install new roles locally add them to requirements.yml and run
make install/requirementsCreate an aws keypair using your ~/.ssh/id_rsa.pub public key
make keypair/createTerminiating an instance by id
ansible-playbook ec2.yml --tags terminate -e instance_ids=i-061990aec288b0b0d