Running on ECS Fargate? #5861
Answered
by
rubenfiszel
danielmklein
asked this question in
Questions
-
The docs guide users to use EC2 if self-hosting on ECS, but is it also possible to use Fargate? If so, what are the trade-offs/shortcomings/etc of deploying on Fargate? If not, what is it that makes EC2 necessary? |
Beta Was this translation helpful? Give feedback.
Answered by
rubenfiszel
Jun 3, 2025
Replies: 1 comment
-
It will run without issues on fargate. We usually recommend ec2 because it's easier to use the docker jobs with it as you can mount the docker socket as a volume and it's cheaper but it will work OOTB with fargate. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danielmklein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will run without issues on fargate. We usually recommend ec2 because it's easier to use the docker jobs with it as you can mount the docker socket as a volume and it's cheaper but it will work OOTB with fargate.