Block Countries Behind ELB

October 14, 2013

To block countries behind an ELB (Elastic Load Balancer) you should use Maxmind’s GeoIP Country Database. […]

EC2 ELB Godaddy Cert

October 8, 2013

Adding Godaddy Cert to EC2 ELB Setup AWS Command Line Interface Setup instructions are found here: […]

logstash filters for ssh attempts

October 2, 2013

Description Logstash filters for ssh brute for, sudo auth failures, or failed login attempts Filters grok […]

logstash ec2 instanceid

October 2, 2013

How to get Logstash to read your ec2 instance id logstash.sh !/bin/bash EC2_INSTANCE_ID=$(curl -s http://169.254.169.254/latest/meta-data/instance-id) export […]

Ubuntu Set Timezone to UTC

October 2, 2013

Objective: Set Timezone to UTC on Ubuntu 12.04 LTS Howto You will be using tzdata and […]