Skip to content

Automate creation of Relevance pairhost EC2 instances.

Notifications You must be signed in to change notification settings

michaelparenteau/pairhost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pairhost

Manage EC2 instances for remote pairing the style that Relevance prefers.

How to Use

gem install pairhost
pairhost init
# edit ~/.pairhost/config.yml to use your real EC2 & AMI settings

pairhost create "My Cool Pairhost"
pairhost status
pairhost ssh

# down, stop, halt are all aliases
pairhost down

# resume will start a down pairhost
pairhost resume

# up will resume a down pairhost, but if none will create one
pairhost up

# ssh will resume a down pairhost, then SSH to it
pairhost ssh

# all future commands will affect the given instance
pairhost attach instance-id

# destroy and terminate are aliases
pairhost destroy

About

Automate creation of Relevance pairhost EC2 instances.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%