IT Creating an AWS S3 Lifecycle Management rule to clean-up incomplete uploads. I was surprised to find a third of my AWS bill was being spent on broken files in S3 buckets, here's how I setup a rule to automatically clean them up using Lifecycle Management rules!
IT Archiving your data to AWS S3 Glacier storage. Looking for cheap storage to archive some backups that you don't plan on accessing but might need in the future? Well give AWS S3 Glacier a try!
IT Using AWS CloudWatch to monitor estimated charges [AWS Billing Part 3] The final(?) part of this AWS Billing series where I setup a monitor to alert me about potential billing concerns by reporting on estimated costs so I can course correct before they get expensive.
IT Create a Cost Anomaly Detection Monitor in AWS [AWS Billing Part 2] Part 2 of this journey to keep AWS bills under control! This time we're tackling possible anomalies to detect future billing issues once things are settled down and you get comfortable.
IT Create a budget in AWS [AWS Billing Part 1] One of the scariest things about public clouds are the bills. Even with the pricing calculators your bill can grow out of control quickly with a misconfigured service. Luckily AWS offers solutions to prevent this including the ability to set a budget and get alerted to avoid unexpected costs.
IT How to create a Google server for FREE! Looking for a little server that runs 24x7 for whatever various project you have? Did you know that Google gives out free servers? It's true!
Mastodon Optimizing Sidekiq for Mastodon 4.x Sidekiq is the application that processes all of the "jobs" on a Mastodon server. These "jobs" are every action your server performs including sending e-mail, creating posts, pulling posts for users to view, uploading media, updating profiles, setting filters, cleaning up the database, and so many more actions.
Mastodon Migrating your Mastodon PostgreSQL database to its own server. Ready for another Mastodon guide? Well today we're going to go over how to migrate your PostgreSQL database to its own server!
Mastodon Setting up Backblaze B2 object storage for your Mastodon server. Setting up object storage can be confusing at first, but here's a really quick step-by-step guide to setting up one of the cheapest and easiest options on your Mastodon server.