## Jenkins Worker image builder

### Installation 

To install Ansible and Packer use your favorite package manager. We don't have any version restrictions, as of now, please use the latest available version.

### Usage

To build common linux agent run: `make build/common`

To build terraform linux agent run `make build/terraform`

### Testing 

In case if you'd like to test your image you can create instance using AWS Console or AWS CLI or simply run `make ec2/run IMAGE_ID=xxx`, to connect to this instance you can run `make ec2/connect INSTANCE_ID=xxx`, and to terminate instance you can run `make ecs/terminate INSTANCE_ID=xxx`
