Ubuntu 18.4 With Root ZFS on AWS
Last year, I posted about how to build Ubuntu 16.04 AMIs using HashiCorp Packer’s ebs-surrogate builder. Since then Ubuntu 18.04 has been released, and the process has changed a little.
[Read More]Windows AMIs With Even Fewer Tears
Some recent image building work I was doing required images based on Windows Server. One of my more popular posts, Windows AMIs Without the Tears, detailed the fraught endeavor of making the WinRM management system work for this purpose, but since then Microsoft have substantially improved the situation by committing engineering effort to porting OpenSSH to Windows.
[Read More]Building ZFS Root Ubuntu AMIs With Packer
For all applications of importance or significance, we recommend using ZFS. On bare metal servers, ZFS is king of the hill, but on AWS and Linux it is still gaining traction. Data integrity guarantees as well as features such as “instantaneous” snapshots, compression, quotas, and the ability to send/receive datasets make ZFS very compelling. In this post, we’re going to demonstrate how to build from-scratch AMIs booting Ubuntu Linux with a ZFS root file system.
[Read More]Windows AMIs Without The Tears
Twice in the last couple of weeks I’ve helped automate build infrastructure in AWS, first for Event Store and then secondly for another company. Both times we got 90% of the way there using great tools like Terraform and Packer, and fell at the last hurdle: how do you build Windows images in an automated fashion (i.e. no point-and-click)?
[Read More]