Created
October 28, 2011 14:36
-
-
Save retrofox/1322415 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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