Let me explain my current setup so that its easier for you to put things in context.
Workstation Configuration (this is the PC used to connect to the clouds and have fun there ;-):
OS: Windows XP. (Highly recommend installing Cygwin. Whats cygwin? Basically Unix type environment on top of windows. Useful because it has many utility stuff which comes naturally with Unix but not with windows. The entry below should explain them).
SSH Client : You could use putty.exe. However I have cygwin installed which has a lot of other utility programs included along with ssh (such as scp,ftp etc).
EC2 Api Tools : This is the set of tools provided by Amazon AWS which can be used for controlling the Instances on Amazon EC2. Get the latest version of it. (At the time of writing this , the latest version was here.)
Unzip this to a folder. No need to run any scripts for installing it.
In order to properly use the tools , you would need to set some Environment Variables in Cygwin. Here they are:
- export EC2_HOME=/cygdrive/c/amazonec2/ec2-api-tools
- export PATH=$PATH:/cygdrive/c/amazonec2/ec2-api-tools/bin
- export EC2_PRIVATE_KEY=/cygdrive/c/amazonec2/keys/
- export EC2_CERT=/cygdrive/c/amazonec2/keys/
- export JAVA_HOME=/cygdrive/C/Program\ Files/Java/jdk1.6.0_18
- export PATH=~/cygdrive/c/amazonec2/ec2-api-tools/bin:$PATH
No comments:
Post a Comment