Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.12 KB

OpenTofu code to deploy a NixOS vm on AWS and run a Satisfactory Dedicated Server

File structure

├── "apigw.tf" - handles the AWS API Gateway configuration
├── "autoshutdown.sh" - script to shutdown the server when inactive
├── "certs.tf" - handles CloudFlare origin certificates
├── "configuration.nix" - whole OS configuration and Satisfactory installation
├── "dns.tf" - handles CloudFlare domain & subdomain
├── "iam.tf" - handles AWS IAM configuration for EC2 and Lambda
├── "instance.tf" - EC2
├── "lambda.py" - script to boot-up EC2 on call
├── "lambda.tf" - templates lambda.py and creates it
├── "network.tf" - handles Security Groups, Routes, VPC, Ingress and etc.
├── "providers.tf "- AWS & Cloudflare provider config
├── "secrets.auto.tfvars.example" - example secret vars
├── "ssm.tf" - AWS SSM config and parameter
└── "variables.tf" - TF variables

What do I need to get this running?

  1. AWS credentials
  2. CloudFlare credentials
  3. Domain purchased through CloudFlare or at least managed by it
  4. Discord webhook is optional