Deploying Temporal on AWS ECS with Terraform
(papnori.github.io)3 points by norapap 10 hours ago
3 points by norapap 10 hours ago
We went with Fargate because it keeps things lean — no servers to manage, no patching, no scaling headaches. It’s perfect for our bursty workloads, since we only pay when containers actually run . Plus autoscaling just works .
In the github you can find comments to easily switch to EC2 if your workload needs it