All my posts about Amazon Web Services

High Availability Central Logging in AWS
As part of another work project I needed to install some central logging to run in AWS. Simple you may say, create an instance and use Puppet external link to install ELK server stack external link on there, or go back to basics and create a rsyslog external link server. Normally this would be well and good, however I needed to ensure that all parts solution were highly available and fully redundant, this meant that I would have engineer a lot of HA into my ELK or rsyslog servers....