Skip to content

Instantly share code, notes, and snippets.

@retrofox
Created October 28, 2011 14:36
Show Gist options
  • Save retrofox/1322415 to your computer and use it in GitHub Desktop.
Save retrofox/1322415 to your computer and use it in GitHub Desktop.
# learnboost amazon access
alias lbproduction='ssh -i ~/.ec2/rauchg.pem root@184.73.209.169'
alias lbreplica1='ssh -i ~/.ec2/rauchg.pem ec2-user@184.73.159.73'
alias lbreplica2='ssh -i ~/.ec2/rauchg.pem ec2-user@184.73.209.169'
alias lbreplica3='ssh -i ~/.ec2/rauchg.pem ec2-user@50.17.255.157'
alias lbstage='ssh -i ~/.ec2/rauchg.pem ec2-user@184.73.159.55'
alias lbchalk='ssh -i ~/.ec2/rauchg.pem ec2-user@50.17.255.98'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment