Moin Moin!

2023-06-01
Reading Time: 31 minutes
Mastodon on AWS: Running on AWS
#mastodon #infrastructure as code #pulumi #aws #fsharp

This post is the second part of a series of two articles on deploying and running a Mastodon instance on AWS. The code for this part can be found here. In this second part we will cover the steps to run Mastodon on AWS with ECS and Fargate.


2023-05-31
Reading Time: 11 minutes
Mastodon on AWS: Running locally
#mastodon #docker #docker-compose

This post is the first part of a series of two articles about running a Mastodon instance on AWS with ECS and Fargate. To familiarize myself with Mastodon and its configuration, I decided to first run Mastodon locally using Docker Compose. This post will describe the steps to run Mastodon locally with Docker Compose. The second part will cover the steps to run Mastodon on AWS using ECS and Fargate. The code for this part can be found here.


2022-10-28
Reading Time: 8 minutes
Pulumi, CloudFront & Lambda@Edge: Deployment
#infrastructure as code #pulumi #aws #fsharp #ci/cd #github actions

This post is part of a small series of articles on using Pulumi to leverage CloudFront and Lambda@Edge for on the fly image resizing. The code for this part can be found here and here.