25
02
2010
Lately a lot of my working time is spent on cloud technologies, most notably the Amazon Web Services. In recent month I compiled a rather comprehensive list of cloud-related links which I now decided to share with you all.
Cloud Links
It’s just a markdown file copied into a Gist, so if you want to add any links just fork away! 
Comments :
No comments »
Trackbacks :
No Trackbacks »
28
12
2009
boto is a very nice Python interface to the Amazon Web Services which I can heartily recommend for your cloud scripting needs. Here’s a quick example program I whipped up around 2 weeks ago (be gentle, I’m not a Python guy and this is just a throwaway quickie), which will list all your AMIs (excluding public ones), used S3 buckets plus a list of currently running instances with some information like instance type, start time etc. The nice part is that you can connect to any instance via SSH directly from this lsit which I find more convenient than copy/pasting the public DNS name from the AWS console:
Comments :
No comments »
Trackbacks :
No Trackbacks »