Open AWS quick-create
CloudFormation quick-create for ECS Fargate, RDS PostgreSQL, Secrets Manager,
and ALB.
Overview
The AWS template deploys Manifest with ECS Fargate, RDS PostgreSQL, Secrets Manager, CloudWatch Logs, and an Application Load Balancer. It is a good fit when you want Manifest in your own AWS account.Prerequisites
- An AWS account with billing enabled.
- Permission to create CloudFormation stacks, IAM roles, VPC resources, ECS, RDS, Elastic Load Balancing, CloudWatch Logs, and Secrets Manager secrets.
- AWS CloudShell or a local shell with
awsandgitinstalled.
Deploy
Open AWS CloudShell, choose the region you want to deploy into, then run:AWS_REGION if you deploy outside us-east-1.
You can also use the CloudFormation quick-create link.
The first deploy usually takes 10-15 minutes because RDS needs time to provision.
Configuration
The deploy script exposes common settings as environment variables:DATABASE_URL.BETTER_AUTH_SECRET.MANIFEST_ENCRYPTION_KEY.
PORT=2099, BIND_ADDRESS=0.0.0.0, and MANIFEST_MODE=selfhosted.
Open Manifest
After deployment, the script printsServiceUrl and HealthCheckUrl.
Verify the deployment:
ServiceUrl and create the first account. The first account becomes the admin.
Production notes
- The default template exposes Manifest over HTTP on the generated load balancer DNS name.
- Configure TLS with your own domain and ACM certificate before using the deployment for production authentication traffic.
- Set database deletion protection if you want to avoid accidental RDS deletion.