Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

rosenhouse/proctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proctor

A tool for running BOSH 101 classrooms.

Basic usage

  1. Load credentials for your AWS environment

    export AWS_DEFAULT_REGION=us-east-1  # this can be any region that has a BOSH-lite AMI
    export AWS_ACCESS_KEY_ID=YOUR-ACCESS-KEY
    export AWS_SECRET_ACCESS_KEY=YOUR-SECRET-KEY
    
  2. Create a new classroom

    proctor create -name my-classroom -number 3
    

    This will spin up 3 EC2 instances in your AWS account.

  3. Watch your classroom get created

    proctor describe -name my-classroom
    

    The SSH key was generated at create time and is world-readable.

  4. Run a command on all VMs

    proctor run -name my-classroom -c 'bosh status'
    
  5. Destroy your classroom

    proctor destroy -name my-classroom
    

About

for running the BOSH 101 classrom

Resources

License

Stars

Watchers

Forks

Packages

No packages published