What’s the Best Self-Hosted CI/CD Tool for AWS ECS?

0
0
Asked By CuriousCoder42 On

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

Answered By PipelinePal88 On

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.

ScriptSavvy -

Yeah, it's definitely a solid choice!

Answered By DevDude99 On

I've been enjoying using Argo lately after I switched from Jenkins. It feels a lot lighter and easier to manage for our deployments.

CIEnthusiast -

That sounds interesting! What CI do you use with Argo?

Answered By JenkinsJunkie On

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.

Answered By ScriptMaster On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.