Auto Sync AWS AMIs to another region with Lambda

If you’re using AWS for a critical application then you probably have a disaster recovery region setup.   If it’s automated well, then everything you need to spin up the disaster recovery region should be quick and easy.   One thing that can be a bit of a...

Install Docker CE on Ubuntu 16.04

In the middle of upgrading a bunch of servers from Ubuntu 14.04 to Ubuntu 16.04. One of the services we utilize heavily is Docker. So, below you’ll find a simple guide to getting Docker CE running on Ubuntu 16.04. I won’t go into details on usage because...

Join Ubuntu 16.04 into Active Directory Domain

There are quite a few guides lying around the internet for getting Ubuntu 16.04 working with Active Directory. I followed a few of them, and always ended up with problems. Can su – to the user, but can’t ssh. Can su – to the user and ssh as the user,...