Skip to content

Latest commit

 

History

History
68 lines (67 loc) · 1.09 KB

README.md

File metadata and controls

68 lines (67 loc) · 1.09 KB

ElasticLab

Requirements

Also:

Getting started

Build and run the Docker image: (go get a coffee when building for the first time...)

make

If successful, you will have a root shell.

ElasticLab CLI (el) Tutorial

Get help:

el

Set Access Key / Secret Key:

el key

Get available infrastructure:

el set

Set number of buckets to 2:

el set s3 2

Get planned infrastructure from lockfile:

el get

Get staged infrastructure as list of Terraform files:

el get stage

Set up the buckets:

el go

Scale up buckets:

el set s3 6
el go

Get live infrastructure:

el get aws

Set up a cluster:

el set emr 1
el go

Scale down:

el set emr 0
el set s3 1
el go

Destroy infrastructure when finished:

el des