ec2

By Phil Frilling, 8 April, 2014
This morning started off okay, until I checked my email and found an alarm ringing about one of our file servers being offline. Luckily, we have a replicated setup, so no customers were affected, but it is a little worrisome not having the safety net of two replicated servers. The server didn't technically crash, rather, it was a problem with the EC2 instance being unavailable likely due to some unforeseen problem in the Virginia datacenter. Regardless, the first step I took was to get the server accessible via SSH.
By Phil Frilling, 21 August, 2013
Recently an EC2 instance we were using in a production environment was scheduled to go down for maintenance. Normally this would be fine and we would let AWS just handle this. However, their scheduled maintenance window was set for 21:00 UTC, which equates to 17:00 EST. In other words, right at the end of the work day. Not cool! In order to use a maintenance schedule of our choosing, we had to migrate our production instance into a different availability zone prior to Amazon's schedule. So, we setup a test instances and tested migrating.

Tags

By Phil Frilling, 25 April, 2012
Some thoughts for setting up a high performance Drupal stack:

Needs:

  • High availability for an estimated 4,800 users.
  • Traffic will be modest with heavy spikes during certain times.
  • Traffic will be mainly authenticated users.
  • Needs to be 100% reliable, especially during the spikes.

Solutions

  • One server dedicated to MySQL.
    • EC2 instance running MySQL and not much else?