monkey/envs/monkey_maker
VakarisZ f2c7b1a32b Added readmes, improved instance naming 2019-12-16 18:41:31 +02:00
..
aws_keys Added monkey maker env that's responsible for monkey building islands 2019-12-13 17:07:31 +02:00
terraform Added readmes, improved instance naming 2019-12-16 18:41:31 +02:00
README.md Added readmes, improved instance naming 2019-12-16 18:41:31 +02:00

README.md

Monkey maker

About

Monkey maker is an environment on AWS that is designed for monkey binary building. This environment is deployed using terraform scripts located in this directory.

Setup

To setup you need to put accessKeys file into ./aws_keys directory.

Contents of accessKeys file should be as follows:

[default]
aws_access_key_id = <...>
aws_secret_access_key = <...>

Also review ./terraform/config.tf file.

Launch the environment by going into terraform folder and running

terraform init
terraform apply