Category Archives: cloud-computing
PoolParty s3fs Plugin
Goal
A new plugin install and mount s3fs volume on an instance using PoolParty.
Getting it
git clone git://github.com/jashmenn/poolparty-s3fs-plugin.git
Usage
NOTICE You must have already created your S3 bucket. This plugin will not
create it for you.
cloud(:app)
...
s3fs(:bucket => "my-fun-bucket")
...
end
This will be mounted at /mnt/my-fun-bucket
You can mount multiple buckets and/or change the mount point:
s3fs do
[...]
PoolParty MRTG Plugin
I’ve created a PoolParty plugin that makes it dead-simple to install

“Easily” setup a monitored Hadoop / Hive Cluster in EC2 with PoolParty