vote up 3 vote down star
2

I seem to recall reading about an Amazon S3-compatible test server that you could run on your own server for unit tests or whatever. However, I've just exhausted my patience looking for this with both Google and AWS. Does such a thing exist? If not, I think I'll write one.

Note: I'm asking about Amazon S3 (the storage system) rather than Amazon EC2 (cloud computing).

flag

4 Answers

vote up 3 vote down check

Are you thinking of Park Place?

FYI, its old home page is offline now.

link|flag
I think I am, thanks! – Greg Hewgill Sep 21 '08 at 4:03
vote up 1 vote down

Park Place has moved to github: http://github.com/technoweenie/parkplace

link|flag
vote up 0 vote down

Eucalyptus http://eucalyptus.cs.ucsb.edu/

EUCALYPTUS - Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems - is an open-source software infrastructure for implementing "cloud computing" on clusters. The current interface to EUCALYPTUS is compatible with Amazon's EC2 interface, but the infrastructure is designed to support multiple client-side interfaces.

Note that, according to the documentation, Eucalypus includes a reimplementation not only of the EC2 interface but also the S3 storage system. That storage component is called Walrus. (http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.5.2)

link|flag
I was wondering about S3 (the storage system) rather than EC2 (cloud computing). – Greg Hewgill Sep 18 '08 at 10:50
vote up -1 vote down

Amazon uses Xen, so you can probably just run your AMI in your own Xen installation. I'd just fire up an instance and run the tests there, though. It doesn't cost much and you should usually be fine with developing locally and infrequently testing it on their system.

link|flag
I think you're talking about EC2 (cloud computing) while I'm wondering about S3 (the storage system). – Greg Hewgill Sep 18 '08 at 10:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.