Deploying LibreChat on Amazon ECS using Terraform

TL;DR AI
2 min readKey summary
Database runs on MongoDB Atlas Free (M0) cluster.
Application runs as a container on Amazon ECS with AWS Fargate using 0.5 vCPU, 1 GB memory, 64-bit ARM.
Secrets are stored in AWS Systems Manager (SSM) Parameter Store.
Configuration data is stored in an Amazon S3 bucket to avoid extra shared storage.
Public endpoint is provided by an Application Load Balancer (ALB).
