On 12/15/10 5:28 AM, Anand Patil wrote:
It does look an awful lot like these iso images: http://web.mit.edu/stardev/cluster/download_amis.html are meant to be used on any old Ubuntu box. Is that correct? If so, I'd be interested in learning how they did that.
This is correct. It turns out for S3-based AMIs all you have to do is download the *.manifest.xml and *.part.* files and run ec2-unbundle and it will unpack the part files into an iso file that can be mounted/chrooted locally. With EBS-backed AMIs this is not the case given that you can't download an EBS volume from S3. Of course nothing stops you from creating an iso on a running EBS instance and then downloading it locally...

~Justin

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to