Switch language한국어
Back to the list

Deploying LibreChat on Amazon ECS using Terraform

TL;DR AI

Key summary

2 min read
  1. Database runs on MongoDB Atlas Free (M0) cluster.

  2. Application runs as a container on Amazon ECS with AWS Fargate using 0.5 vCPU, 1 GB memory, 64-bit ARM.

  3. Secrets are stored in AWS Systems Manager (SSM) Parameter Store.

  4. Configuration data is stored in an Amazon S3 bucket to avoid extra shared storage.

  5. Public endpoint is provided by an Application Load Balancer (ALB).

Read the original