This project uses Terraform to bring up a highly scalable Mastodon instance on a nearly-new AWS account.
This is a WIP and not usable yet.
-
A registered domain name
-
A public Route 53 zone set up with the domain name pointed at it
-
Install Terraform
-
Copy
setup.tf.templatetosetup.tfand configure theawsprovider with your account details. -
Copy
terraform.tfvars.templatetoterraform.tfvarsand configure it to your preferences. -
Run
terraform plan -
Run
terraform apply