Automatic backup of log files to S3 from EC2 instances
I've recently been deploying a service by launching EC2 instances, with the new version, and terminating the old instances, running the previous version of the service. I think this has…
I've recently been deploying a service by launching EC2 instances, with the new version, and terminating the old instances, running the previous version of the service. I think this has…
If you're familiar with nginx, you might know that there is a module - the Real IP module, which will set the $remote_addr and $binary_remote_addr variables from a specific header.…
Do you want to know how much outgoing traffic there is from your S3 bucket? Maybe your account cost has increased and you need to know what is generating all…
New to Capistrano? Read my previous and more introductory blog post on Capistrano - Remote builds with Capistrano. Are you using Capistrano and are confused why the user environment, the…
Capistrano is a very nice open source tool for executing commands on one or multiple remote servers via SSH. Capistrano is written in Ruby and uses a rake-like DSL for…