DoofWarrior 8 hours ago

Why go with Fargate instead of EC2?

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