Getting Started with Amazon EC2
>> Tuesday, September 30, 2008
Today I was trying to use Amazon EC2 and was successful deploying an image and working with the deployed images. It went pretty well, thanks to this great video. Yes these instructions are on windows but it will be pretty much similar within Linux too.
The command line tools they've provided are wrappers for java Web services stubs which will call amazon Web services. The sad thing is that they have used XFire to generate the clients without using currently active Axis2 or CXF projects. XFire project site clearly states (as of now) that their won't be any more developments in that project.
Anyway the tools seems to be great, at least from the usability point-of-view and now I need to write my own wrappers using Axis2 clients.
