Deploying Temporal on AWS ECS with Terraform

(papnori.github.io)

3 points | by norapap 9 hours ago ago

3 comments

  • 9 hours ago
    [deleted]
  • DoofWarrior 9 hours ago

    Why go with Fargate instead of EC2?

    • norapap 5 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