I'm looking for recommendations on self-hosted CI/CD tools that work well with AWS ECS. What are you all using and which one do you think is the best?
4 Answers
We use Bitbucket for hosting, so Bitbucket Pipelines has been our go-to for CI/CD. It's pretty straightforward and integrates well with our workflow.
I've been enjoying using Argo lately after I switched from Jenkins. It feels a lot lighter and easier to manage for our deployments.
That sounds interesting! What CI do you use with Argo?
Honestly, I still stick with Jenkins. It seems like it's everywhere and gets the job done, even if it's a bit of a hassle sometimes.
For now, I’m just using a custom shell script for deploying to my test environment. Previously at my job, we relied on Jenkins paired with CloudFormation for deployment.
Yeah, it's definitely a solid choice!