Replies: 3 comments 3 replies
-
Sorry a bit later response. Yes we are certainly open for supporting other runner types then EC2. Technically I don't see any problem. But it could require to refactory quite a bit in the lambda's. |
Beta Was this translation helpful? Give feedback.
-
As first step we should refactor the methods in runners.ts to a class with interface. Which should next allow to define different providers. Like Fargate, ... |
Beta Was this translation helpful? Give feedback.
-
Hi @npalm, I would like to mention that my team and I have been working on refactoring this module to add support for Fargate instances, and we have been using it for a long time, and it seems quite stable. Unfortunately we did this with an old version of this module, we would like to analyze what important changes we have to make before we can collaborate with this functionality in the latest versions. |
Beta Was this translation helpful? Give feedback.
-
Would it be feasible to support Fargate Spot (ECS) as an alternative to EC2? I haven't seen any discussion on this in this repository and am curious if there's some limitation with GitHub which is why it hasn't come up.
If there's no technical limitation, would the maintainers of this module be open to contributions for ECS support?
Beta Was this translation helpful? Give feedback.
All reactions