My AWS Musings

Cloud computing, EC2, RDS, SQS, S3, Java…

Entries for April, 2010

Amazon AWS Java SDK released

Amazon recently announced the AWS SDK for java. SDK or a java api is very much needed – especially if you are writing your automation scripts in groovy. We have tried multiple java apis in our scripts including JetS3t and Typica. These apis were really helpful, but they only supported some of the AWS services [...]

Comments (2)

Amazon Simple Notification Service – an easy messaging system in the cloud

Amazon recently announced a new service called Simple Notification Service. It provides a cheap publish/subscribe messaging system in the cloud. You can learn how to use it by visiting http://docs.amazonwebservices.com/sns/latest/gsg/ I played with it and found that the service is really easy to use, very robust and very extensible. It basically makes a publish/subscribe messaging [...]

Comments (3)