Skip to content

Programming

How I run an online business on AWS for less than $5/month

I've been working on starting several online applications - simple things like edit PDFs/some other task with Stripe integration. I'm using AWS as my cloud provider (just happens to be something I'm familiar with).

Previously, I'd be paying something like $50 USD/month per application.

Now, I've optimized my stack to run them for less than $5 USD/month each.

Migrating from Btrfs to ZFS

In my article on self hosting, I initially wrote about how I was using Btrfs to store my data. However, I ran into issues with app database read/writes becoming very slow due to fragmentation. Additionally, I wanted better space efficiency than offered by RAID1 as I was expanding my hard drive collection.

Btrfs vs ZFS Performance

I have been using Btrfs for my server for a few years, but recently ran into performance issues with databases and snapshots. On the internet, ZFS seemed a pretty popular alternative, so I decided to compare the two in various aspects.