Category Archives: ec2

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 [...]
Also posted in deployment, git, ruby | Leave a comment

PoolParty MRTG Plugin

I’ve created a PoolParty plugin that makes it dead-simple to install
Also posted in code, deployment, poolparty, scalability, sysadmin | Leave a comment

Getting Started with PoolParty and EC2

Today I gave a presentation and workshop titled “Getting Started with PoolParty and EC2″. The goal was to 1) be an introduction to the myriad of terms used in Amazon’s cloud computing infrastructure and to 2) be a practical introduction to PoolParty configuration and provisioning. Posted below are the slides. The slides alone certainly are not [...]
Also posted in deployment, poolparty, ruby, scalability | Leave a comment